|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A command, that permits chaining of several command. This is used e.g. when customizing a command with extra data for each file or when the corresponding task can run only on one file at a time.
Method Summary | |
Command |
getNextCommand()
Get the next command, that should be procesed after this one. |
void |
setNextCommand(Command cmd)
Set the next command, that should be procesed after this one. |
Methods inherited from interface org.netbeans.api.vcs.commands.Command |
execute, getApplicableFiles, getDisplayName, getFiles, getName, isExpertMode, isGUIMode, setExpertMode, setFiles, setGUIMode |
Method Detail |
public Command getNextCommand()
public void setNextCommand(Command cmd)
cmd
- The next command to be processed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |