|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.commands.CommandContext
Encapsulates the set of parameters which should be passed to the ICommand.run() method.
| Constructor Summary | |
CommandContext(IWorkProperties runtimeProps,
IWorkspace workspace)
Creates a new instance of CommandContext. |
|
CommandContext(IWorkProperties runtimeProps,
IWorkspace workspace,
java.util.List activeNodes)
Creates a new instance of CommandContext with an active nodes set. |
|
| Method Summary | |
java.util.List |
getActiveNodes()
Retrieves the active nodes the command should operate on. |
IWorkProperties |
getRuntimeProps()
Retrieves the runtime properties that the command should use. |
IWorkspace |
getWorkspace()
Retrieves the workspace that the command should use. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommandContext(IWorkProperties runtimeProps,
IWorkspace workspace)
runtimeProps - command propertiesworkspace - command workspace
public CommandContext(IWorkProperties runtimeProps,
IWorkspace workspace,
java.util.List activeNodes)
runtimeProps - command propertiesworkspace - command workspaceactiveNodes - set of active queue nodes| Method Detail |
public final IWorkProperties getRuntimeProps()
public final IWorkspace getWorkspace()
public final java.util.List getActiveNodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||