|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandException | |
nl.toolforge.karma.core.cmd | |
nl.toolforge.karma.core.cmd.event | |
nl.toolforge.karma.core.cmd.impl | |
nl.toolforge.karma.core.cmd.threads |
Uses of CommandException in nl.toolforge.karma.core.cmd |
Methods in nl.toolforge.karma.core.cmd that throw CommandException | |
Command |
CommandFactory.getCommand(java.lang.String commandLineString)
Retrieves the correct Command -instance, by looking up the implementation class through
commandLine . |
Command |
CommandFactory.getCommand(java.lang.String commandName,
java.lang.String[] arguments)
|
void |
KarmaInitializationCommand.execute()
Initializes a command context. |
void |
CommandContext.init(CommandResponseHandler handler,
boolean updateStores)
Initializes the context to run commands. |
void |
CommandContext.execute(java.lang.String commandLine)
Executes a command. |
void |
CommandContext.execute(Command command)
Exceutes command . |
void |
Command.execute()
Executes the command. |
Uses of CommandException in nl.toolforge.karma.core.cmd.event |
Constructors in nl.toolforge.karma.core.cmd.event with parameters of type CommandException | |
CommandFailedEvent(Command command,
CommandException exception)
Creates the event for command . |
Uses of CommandException in nl.toolforge.karma.core.cmd.impl |
Methods in nl.toolforge.karma.core.cmd.impl that throw CommandException | |
void |
ViewWorkingContexts.execute()
|
void |
DeleteWorkingContext.execute()
|
void |
ViewManifest.execute()
|
void |
UpdateModuleCommand.execute()
This command will update the module from the version control system. |
void |
UpdateAllModulesCommand.execute()
This command will update all modules in the active manifest from the version control system. |
void |
TestModule.execute()
|
void |
TestAllModules.execute()
|
void |
StopWorkCommand.execute()
|
void |
StartWorkCommand.execute()
|
void |
SelectManifest.execute()
Activates a manifest. |
void |
PromoteCommand.execute()
Promotes a module to the next version number in the branch it is active in within the active manifest. |
void |
PackageModule.execute()
|
void |
CreatePassword.execute()
|
void |
ListManifests.execute()
Scans the manifest store and parses all manifest files. |
void |
UpdateAdmin.execute()
|
void |
GenerateTestReport.execute()
|
void |
ExitCleanCommand.execute()
|
void |
DocModule.execute()
|
void |
DocAllModules.execute()
|
void |
CreateRelease.execute()
|
void |
CreateModuleCommand.execute()
Physical creation of a module in a version control system. |
void |
CreateDistribution.execute()
|
void |
CommandFaker.execute()
|
void |
CleanModule.execute()
|
void |
CleanAll.execute()
Removes the build directory. |
void |
BuildModule.execute()
|
void |
BuildAllModules.execute()
Deprecated. |
void |
AbstractBuildCommand.execute()
|
protected org.apache.tools.ant.Project |
AbstractBuildCommand.getAntProject(java.lang.String buildFile)
Gets an Ant project initializing the project with buildFile which should be located on the
classpath in the ant subdirectory. |
protected org.apache.tools.ant.Project |
AbstractBuildCommand.getProjectInstance()
Gets an Ant Project for a module. |
void |
AbstractBuildCommand.executeMkdir(java.io.File dir)
Performs an <mkdir>-task on this commands' Ant project. |
void |
AbstractBuildCommand.executeDelete(java.io.File dir,
java.lang.String includes)
Performs a <delete>-task on this commands' Ant project. |
void |
AbstractBuildCommand.executeDelete(java.io.File dir)
|
Uses of CommandException in nl.toolforge.karma.core.cmd.threads |
Methods in nl.toolforge.karma.core.cmd.threads that return CommandException | |
CommandException |
ParallelCommandWrapper.getException()
Returns the CommandException when the run -method had thrown one. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |