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
public class CmdConsole extends AbstractCommand
CmdShell...
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
OPT_QUIET, OPT_VERBOSE
-
-
Constructor Summary
Constructors Constructor Description CmdConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.cli2.option.CommandcreateCommand()protected voiddoExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)StringgetShortDescription()-
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:
doExecutein classAbstractCommand- Throws:
Exception
-
getShortDescription
public String getShortDescription()
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()
- Specified by:
createCommandin classAbstractCommand
-
-