|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a command task whose behavior is described by VcsCommand.
Method Summary | |
VcsCommandExecutor |
getExecutor()
Get the executor of the command. |
Map |
getVariables()
Get variables that are used for the task execution. |
VcsCommand |
getVcsCommand()
Get the VcsCommand instance associated with this command. |
VcsCommandVisualizer |
getVisualizer(boolean gui)
Get the visualizer of the command. |
boolean |
hasGUIVisualizer()
Test whether this task has a GUI visualizer. |
Method Detail |
public VcsCommand getVcsCommand()
public Map getVariables()
public VcsCommandExecutor getExecutor()
public VcsCommandVisualizer getVisualizer(boolean gui)
gui
- Whether a GUI visualizer or plain text is requested.
hasGUIVisualizer()
.public boolean hasGUIVisualizer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |