Uses of Class
nl.toolforge.karma.core.module.Module.State

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

Uses of Module.State in nl.toolforge.karma.core.manifest
 

Methods in nl.toolforge.karma.core.manifest that return Module.State
 Module.State AbstractManifest.getState(Module module)
           
 Module.State Manifest.getState(Module module)
           
 

Methods in nl.toolforge.karma.core.manifest with parameters of type Module.State
 void AbstractManifest.setState(Module module, Module.State state)
          Sets a modules' state when the module is locally available.
 void Manifest.setState(Module module, Module.State state)
           
 

Uses of Module.State in nl.toolforge.karma.core.module
 

Fields in nl.toolforge.karma.core.module declared as Module.State
static Module.State Module.WORKING
           
static Module.State Module.DYNAMIC
           
static Module.State Module.STATIC
           
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.