SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.model.filesys
Class FileSysLabel

java.lang.Object
  |
  +--org.sourcejammer.project.controller.LabelInfo
        |
        +--org.sourcejammer.project.model.filesys.FileSysLabel
All Implemented Interfaces:
Node

public class FileSysLabel
extends LabelInfo

FileSys implementation of LabelInfo. Adds a filename property, which tells the filesys implementation the name of the file that holds the information about this label.


Constructor Summary
FileSysLabel()
           
 
Method Summary
 java.lang.String getFileName()
           
 void setFileName(java.lang.String s)
           
 
Methods inherited from class org.sourcejammer.project.controller.LabelInfo
childCount, getCreatedDate, getDescription, getNodeName, getRootProjectUniqueID, getSJPathToRootProject, getUniqueID, isShared, setChildCount, setCreatedDate, setDescription, setNodeName, setRootProjectUniqueID, setSJPathToRootProject, setUniqueID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSysLabel

public FileSysLabel()
Method Detail

setFileName

public void setFileName(java.lang.String s)

getFileName

public java.lang.String getFileName()

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan