|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.karma.core.cmd.DefaultCommand
nl.toolforge.karma.core.cmd.CompositeCommand
nl.toolforge.karma.core.cmd.impl.UpdateAllModulesCommand
This command updates all modules in the active manifest on a developers' local system.
Constructor Summary | |
UpdateAllModulesCommand(CommandDescriptor descriptor)
Creates a UpdateAllModulesCommand for module module that should be updated. |
Method Summary | |
void |
execute()
This command will update all modules in the active manifest from the version control system. |
CommandResponse |
getCommandResponse()
Gets the commands' response object. |
Methods inherited from class nl.toolforge.karma.core.cmd.CompositeCommand |
commandFinished, commandStarted, messageLogged |
Methods inherited from class nl.toolforge.karma.core.cmd.DefaultCommand |
cleanUp, deregisterCommandResponseListener, getAlias, getCommandLine, getContext, getDescription, getFrontendMessages, getHelp, getName, getResponseListener, getWorkingContext, registerCommandResponseListener, setCommandLine, setContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UpdateAllModulesCommand(CommandDescriptor descriptor)
UpdateAllModulesCommand
for module module
that should be updated.
descriptor
- The command descriptor for this command.Method Detail |
public CommandResponse getCommandResponse()
public void execute() throws CommandException
active
manifest.
CommandException
- When execution failed. This exception catches all underlying exceptions and rethrows them
as a CommandException, except for RuntimeException
s.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |