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

Uses of Interface
org.sourcejammer.project.model.NodeLibrary

Packages that use NodeLibrary
org.sourcejammer.project.controller   
org.sourcejammer.project.model.filesys   
org.sourcejammer.server.keywords   
 

Uses of NodeLibrary in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller with parameters of type NodeLibrary
static NodeList ControllerUtil.buildProjectChildList(ProjectNode projectNode, NodeLibrary lib)
          Builds a NodeList of NodeInfo objects of a ProjectNode's children.
static java.lang.String ControllerUtil.getPathFromProject(ProjectNode project, NodeLibrary library)
          public static NodeName buildNodeNameObject(ControllerNode node){ if (node instanceof VersionNode){ throw new BadMethodArgumentException("Cannot call buildNodeNameObject() for VersionNode."); } NodeName oNameObject = new NodeName(); oNameObject.setName(node.getNodeName()); ControllerNode oParentNode = node.getParent(); if (oParentNode != null){ //Note reflexive call to this same method below.
static long ControllerUtil.getUniqueIDFromPath(long parentID, java.lang.String path, NodeLibrary library)
          Converts a string path and parent project id into the id of a node.
static void TextFileUtil.convertTextFileToProperFormat(FileNode ndFile, NodeLibrary library)
          Converts the entire version history of a text file previously saved to the new text file storage format.
 void ProjectController.setNodeLibrary(NodeLibrary lib)
          Set the NodeLibrary object for this archive.
 

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

Classes in org.sourcejammer.project.model.filesys that implement NodeLibrary
 class NodeLibraryFS
          Class that handles locking and unlocking of project, file, and version nodes.
 

Methods in org.sourcejammer.project.model.filesys with parameters of type NodeLibrary
static Label ConversionTools.xmlToLabelVer1_0(org.w3c.dom.Document doc, java.lang.String fileName, NodeLibrary oLibrary)
           
 

Uses of NodeLibrary in org.sourcejammer.server.keywords
 

Methods in org.sourcejammer.server.keywords that return NodeLibrary
 NodeLibrary ProjectObjects.getLibrary()
           
 

Methods in org.sourcejammer.server.keywords with parameters of type NodeLibrary
 void ProjectObjects.setLibrary(NodeLibrary lib)
           
 


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