Uses of Interface
nl.toolforge.karma.core.manifest.Manifest

Packages that use Manifest
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. 
nl.toolforge.karma.core.vc.threads   
 

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

Methods in nl.toolforge.karma.core.cmd that return Manifest
 Manifest CommandContext.getCurrentManifest()
          Gets the currently active manifest.
 

Methods in nl.toolforge.karma.core.cmd with parameters of type Manifest
 void CommandContext.changeCurrentManifest(Manifest newManifest)
          Changes the current manifest for this context.
 

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

Methods in nl.toolforge.karma.core.cmd.impl that return Manifest
protected  Manifest SelectManifest.getSelectedManifest()
           
protected  Manifest AbstractBuildCommand.getCurrentManifest()
          Helper method to retrieve the current manifest.
 

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

Constructors in nl.toolforge.karma.core.cmd.util with parameters of type Manifest
DependencyHelper(Manifest currentManifest)
           
BuildUtil(Manifest currentManifest)
           
BuildEnvironment(Manifest manifest, Module module)
           
 

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

Classes in nl.toolforge.karma.core.manifest that implement Manifest
 class AbstractManifest
          General stuff for a manifest.
 class DevelopmentManifest
           
 class ReleaseManifest
          A ReleaseManifest is created when the Release Manager collects all stable versions of modules.
 

Methods in nl.toolforge.karma.core.manifest that return Manifest
 Manifest ManifestFactory.create(WorkingContext context, ManifestStructure structure)
           
 Manifest ManifestCollector.loadManifestFromHistory()
          Retrieves the last used manifest or null when none was found.
 

Uses of Manifest in nl.toolforge.karma.core.vc.threads
 

Constructors in nl.toolforge.karma.core.vc.threads with parameters of type Manifest
ParallelRunner(Manifest manifest, java.lang.Class threadClass)
          Initializes this ParallelRunner with the correct Manifest.
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.