Class CmdStore
java.lang.Object
org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
org.apache.jackrabbit.vault.util.console.commands.AbstractConsoleCommand
org.apache.jackrabbit.vault.util.console.commands.CmdStore
- All Implemented Interfaces:
CliCommand,ConsoleCommand
CmdLs...-
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(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) Methods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractConsoleCommand
doExecute, executeMethods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
execute, getCommand, getExample, getLongDescription, getName, hasName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
execute, getCommand, getExample, getLongDescription, getName, hasName
-
Constructor Details
-
CmdStore
public CmdStore()
-
-
Method Details
-
doExecute
protected void doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) throws Exception - Specified by:
doExecutein classAbstractConsoleCommand- Throws:
Exception
-
getShortDescription
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()- Specified by:
createCommandin classAbstractCommand
-