Interface ConsoleCommand
-
- All Superinterfaces:
CliCommand
- All Known Implementing Classes:
AbstractCmdLs
,AbstractConsoleCommand
,AbstractJcrFsCommand
,AbstractVaultCommand
,CmdAdd
,CmdCat
,CmdCd
,CmdCheckout
,CmdCheckoutCli
,CmdCommit
,CmdConnect
,CmdCtx
,CmdDebug
,CmdDelete
,CmdDiff
,CmdDisconnect
,CmdDump
,CmdEnv
,CmdExec
,CmdExit
,CmdExport
,CmdExportCli
,CmdFormatCli
,CmdGet
,CmdHistory
,CmdImport
,CmdImportCli
,CmdInfo
,CmdInvalidate
,CmdLoad
,CmdLogin
,CmdLogout
,CmdLs
,CmdLsAggregate
,CmdLsJcrFs
,CmdLsRepo
,CmdMixins
,CmdMount
,CmdPropGet
,CmdPropList
,CmdPropSet
,CmdPut
,CmdPwd
,CmdRcp
,CmdRefresh
,CmdResolved
,CmdRevert
,CmdRm
,CmdSave
,CmdSet
,CmdStatus
,CmdStore
,CmdSync
,CmdTree
,CmdUnmount
,CmdUpdate
,CmdVaultDebug
public interface ConsoleCommand extends CliCommand
Command
...
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
OPT_QUIET, OPT_VERBOSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
-
Methods inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
execute, getCommand, getExample, getLongDescription, getName, getShortDescription, hasName
-
-
-
-
Method Detail
-
execute
boolean execute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) throws Exception
- Throws:
Exception
-
-