Class CmdConsole
java.lang.Object
org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
org.apache.jackrabbit.vault.util.console.commands.CmdConsole
- All Implemented Interfaces:
CliCommand
CmdShell...-
Field Summary
Fields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
OPT_QUIET, OPT_VERBOSE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.cli2.option.Commandprotected voiddoExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) Methods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
execute, getCommand, getExample, getLongDescription, getName, hasName, toString
-
Constructor Details
-
CmdConsole
public CmdConsole()
-
-
Method Details
-
doExecute
protected void doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) throws Exception - Specified by:
doExecutein classAbstractCommand- Throws:
Exception
-
getShortDescription
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()- Specified by:
createCommandin classAbstractCommand
-