Class CmdHelp
- java.lang.Object
-
- org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
-
- org.apache.jackrabbit.vault.util.console.commands.CmdHelp
-
- All Implemented Interfaces:
CliCommand
public class CmdHelp extends AbstractCommand
CmdExit
...
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
OPT_QUIET, OPT_VERBOSE
-
-
Constructor Summary
Constructors Constructor Description CmdHelp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.cli2.option.Command
createCommand()
protected void
doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
String
getShortDescription()
-
Methods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
execute, getCommand, getExample, getLongDescription, getName, hasName, toString
-
-
-
-
Method Detail
-
doExecute
protected void doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) throws Exception
- Specified by:
doExecute
in classAbstractCommand
- Throws:
Exception
-
getShortDescription
public String getShortDescription()
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()
- Specified by:
createCommand
in classAbstractCommand
-
-