Class ExecutionContext
java.lang.Object
org.apache.jackrabbit.vault.util.console.ExecutionContext
- Direct Known Subclasses:
ConsoleExecutionContext,VltExecutionContext
Console...-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoExecute(CliCommand cmd, org.apache.commons.cli2.CommandLine cl) booleanbooleanbooleanexecute(org.apache.commons.cli2.CommandLine cl) protected org.apache.commons.cli2.util.HelpFormatterprotected CliCommandgetCommand(String name) org.apache.commons.cli2.Groupvoidvoid
-
Field Details
-
commands
list of commands
-
-
Constructor Details
-
ExecutionContext
-
-
Method Details
-
printHelp
-
getApplication
-
getCmdHelpFormatter
-
getCommandsGroup
public org.apache.commons.cli2.Group getCommandsGroup() -
installCommand
-
getCommand
-
execute
-
execute
-
execute
public boolean execute(org.apache.commons.cli2.CommandLine cl) -
doExecute
protected boolean doExecute(CliCommand cmd, org.apache.commons.cli2.CommandLine cl) throws Exception - Throws:
Exception
-