Uses of Class
nl.toolforge.karma.core.manifest.ManifestStructure

Packages that use ManifestStructure
nl.toolforge.karma.core.manifest The manifest package contains all classes that comprise the manifest domain of Karma. 
 

Uses of ManifestStructure in nl.toolforge.karma.core.manifest
 

Methods in nl.toolforge.karma.core.manifest that return ManifestStructure
 ManifestStructure ManifestStructure.getChild(java.lang.String childName)
           
 ManifestStructure ManifestLoader.load(java.lang.String manifest)
          This method builds a tree of ManifestStructure instances, representing the root manifest and all its included manifests.
 

Methods in nl.toolforge.karma.core.manifest with parameters of type ManifestStructure
 Manifest ManifestFactory.create(WorkingContext context, ManifestStructure structure)
           
 void ManifestStructure.addChild(ManifestStructure structure)
           
 void ManifestStructure.update(ManifestStructure child)
           
 

Constructors in nl.toolforge.karma.core.manifest with parameters of type ManifestStructure
ReleaseManifest(WorkingContext context, ManifestStructure structure)
           
DevelopmentManifest(WorkingContext context, ManifestStructure structure)
           
AbstractManifest(WorkingContext workingContext, ManifestStructure structure)
          A manifest is created based on its ManifestStructure, which can be loaded by the ManifestLoader.
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.