Package org.apache.jackrabbit.vault.cli
Class CmdCommit
- All Implemented Interfaces:
CliCommand,ConsoleCommand
Implements the 'export' command.
-
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(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) Methods inherited from class org.apache.jackrabbit.vault.cli.AbstractVaultCommand
doExecute, doExecute, doExecuteMethods inherited from class org.apache.jackrabbit.vault.cli.AbstractJcrFsCommand
doExecuteMethods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractConsoleCommand
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
-
CmdCommit
public CmdCommit()
-
-
Method Details
-
doExecute
- Specified by:
doExecutein classAbstractVaultCommand- Throws:
Exception
-
getShortDescription
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()- Specified by:
createCommandin classAbstractCommand
-