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

Packages that use ManifestException
nl.toolforge.karma.core.cmd   
nl.toolforge.karma.core.cmd.impl   
nl.toolforge.karma.core.cmd.util   
nl.toolforge.karma.core.manifest The manifest package contains all classes that comprise the manifest domain of Karma. 
 

Uses of ManifestException in nl.toolforge.karma.core.cmd
 

Methods in nl.toolforge.karma.core.cmd that throw ManifestException
 void CommandContext.changeCurrentManifest(java.lang.String manifestName)
          Changes the current manifest for this context.
 

Uses of ManifestException in nl.toolforge.karma.core.cmd.impl
 

Methods in nl.toolforge.karma.core.cmd.impl that throw ManifestException
protected  java.io.File DocModule.getSourceDirectory()
           
 

Constructors in nl.toolforge.karma.core.cmd.impl that throw ManifestException
ListManifests(CommandDescriptor descriptor)
          This constructor performs all generic (enduser-independent functionality).
 

Uses of ManifestException in nl.toolforge.karma.core.cmd.util
 

Methods in nl.toolforge.karma.core.cmd.util that throw ManifestException
 java.util.Set DependencyHelper.getAllLevels(Module module)
          Traverses the modules' dependencies, and traverses all module dependencies as well (recursively), calculating the set of dependencies that are unique.
 void BuildUtil.cleanDependencies(Module module)
          Cleans a modules' dependencies, by (recursively) traversing all modules that depend on module and cleaning their build-directories.
 

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

Methods in nl.toolforge.karma.core.manifest that throw ManifestException
 Module AbstractManifest.getModule(java.lang.String moduleName)
           
 void AbstractManifest.save()
          Saves the manifest to disk, including all its included manifests.
 java.util.Collection AbstractManifest.getModuleInterdependencies(Module module)
           
 java.util.Map AbstractManifest.getInterdependencies()
          Calculates interdepencies between modules in the manifest; interdependencies are inverse relationships between a module and other modules (being SourceModule instances).
 void ManifestStructure.addChild(ManifestStructure structure)
           
 void ManifestStructure.addModule(ModuleDigester digester)
           
 Module Manifest.getModule(java.lang.String moduleName)
           
 java.util.Collection Manifest.getModuleInterdependencies(Module module)
           
 java.util.Map Manifest.getInterdependencies()
           
 ManifestStructure ManifestLoader.load(java.lang.String manifest)
          This method builds a tree of ManifestStructure instances, representing the root manifest and all its included manifests.
 Manifest ManifestCollector.loadManifestFromHistory()
          Retrieves the last used manifest or null when none was found.
 

Constructors in nl.toolforge.karma.core.manifest that throw ManifestException
DevelopmentManifest(WorkingContext workingContext, java.lang.String name)
           
AbstractManifest(WorkingContext workingContext, java.lang.String name)
          Constructs a manifest instance; name is mandatory.
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.