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

Uses of Class
org.sourcejammer.project.controller.Label

Packages that use Label
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
 

Uses of Label in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return Label
 Label Archive.getLabelContentList(long labelID, int versionNumber)
          Returns the Label object (which contains the sourcejammer path and version number for each object in the labeled version) with the specified name.
static Label Label.buildFromXML(org.w3c.dom.Document doc)
           
 Label ProjectController.getLabelContentList(long labelID, int versionNumber)
          Returns the Label object (which contains the sourcejammer path and version number for each object in the labeled version) with the specified name.
protected  Label ProjectController.buildLabel(Label label, long parentProjectID, java.lang.String baseSJPath, long skipFile)
          This method recursively calls itself until it has put all of the latest versions of all the file nodes in parent (and in all ProjectNode children of parent) into label.
 

Methods in org.sourcejammer.project.controller with parameters of type Label
protected  Label ProjectController.buildLabel(Label label, long parentProjectID, java.lang.String baseSJPath, long skipFile)
          This method recursively calls itself until it has put all of the latest versions of all the file nodes in parent (and in all ProjectNode children of parent) into label.
 

Uses of Label in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that return Label
 Label NodeLibrary.retrieveLabel(LabelInfo labelInfo)
           
 

Methods in org.sourcejammer.project.model with parameters of type Label
 void NodeLibrary.storeLabel(LabelInfo labelInfo, Label label, NodeList allLabels)
          Subclasses should implement to store the labeled version info.
 

Uses of Label in org.sourcejammer.project.model.filesys
 

Methods in org.sourcejammer.project.model.filesys that return Label
 Label NodeLibraryFS.retrieveLabel(LabelInfo labelInfo)
           
static Label ConversionTools.xmlToLabelVer1_0(org.w3c.dom.Document doc, java.lang.String fileName, NodeLibrary oLibrary)
           
static Label XMLUtilFS.xmlToLabel(org.w3c.dom.Document doc)
          Parses a label xml docuemnt into an org.sourcejammer.project.controller.Label.
 

Methods in org.sourcejammer.project.model.filesys with parameters of type Label
 void NodeLibraryFS.storeLabel(LabelInfo labelInfo, Label label, NodeList allLabels)
          Subclasses should implement to store the labeled version info.
static org.w3c.dom.Document XMLUtilFS.labelToXML(Label label)
           
 


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