Package org.apache.jackrabbit.vault.cli
Class CmdImport
- All Implemented Interfaces:
CliCommand,ConsoleCommand
Implements the 'import' 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(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) getName()Methods inherited from class org.apache.jackrabbit.vault.cli.AbstractJcrFsCommand
doExecuteMethods 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, 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, hasName
-
Constructor Details
-
CmdImport
public CmdImport()
-
-
Method Details
-
doExecute
protected void doExecute(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) throws Exception - Specified by:
doExecutein classAbstractJcrFsCommand- Throws:
Exception
-
getName
- Specified by:
getNamein interfaceCliCommand- Overrides:
getNamein classAbstractCommand
-
getShortDescription
-
getLongDescription
- Specified by:
getLongDescriptionin interfaceCliCommand- Overrides:
getLongDescriptionin classAbstractCommand
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()- Specified by:
createCommandin classAbstractCommand
-