Uses of Interface
org.apache.jackrabbit.vault.util.console.CliCommand
-
-
Uses of CliCommand in org.apache.jackrabbit.vault.cli
Classes in org.apache.jackrabbit.vault.cli that implement CliCommand Modifier and Type Class Description class
AbstractCmdLs
Implements the 'ls' command.class
AbstractJcrFsCommand
AbstractJcrFsCommand
provides base functionality for JcrFs commands.class
AbstractVaultCommand
AbstractJcrFsCommand
provides base functionality for JcrFs commands.class
CmdAdd
Implements the 'add' command.class
CmdCat
Implements the 'get' command.class
CmdCheckout
Implements the 'checkout' command.class
CmdCheckoutCli
Implements the 'checkout' command.class
CmdCommit
Implements the 'export' command.class
CmdConnect
Implements the 'connect' command.class
CmdDebug
Implements the 'export' command.class
CmdDelete
Implements the 'delete' command.class
CmdDiff
Implements the 'diff' command.class
CmdDisconnect
Implements the 'diconnect' command.class
CmdDump
Implements the 'mount' command.class
CmdExport
Implements the 'export' command.class
CmdExportCli
Implements the 'export' command.class
CmdFormatCli
class
CmdGet
Implements the 'get' command.class
CmdImport
Implements the 'import' command.class
CmdImportCli
Implements the 'import' command.class
CmdInfo
Implements the 'info' command.class
CmdInvalidate
Implements the 'get' command.class
CmdLogin
Implements the 'mount' command.class
CmdLogout
Implements the 'unmount' command.class
CmdLsAggregate
Implements the 'ls' command.class
CmdLsJcrFs
Implements the 'ls' command.class
CmdLsRepo
Implements the 'ls' command.class
CmdMixins
Implements the 'get' command.class
CmdMount
Implements the 'mount' command.class
CmdPropGet
Implements the 'export' command.class
CmdPropList
Implements the 'export' command.class
CmdPropSet
Implements the 'propset' command.class
CmdPut
Implements the 'put' command.class
CmdRcp
Implements the 'rcp' command.class
CmdRefresh
Implements the 'get' command.class
CmdResolved
Implements the 'resolved' command.class
CmdRevert
Implements the 'revert' command.class
CmdRm
Implements the 'rm' command.class
CmdSave
Implements the 'get' command.class
CmdStatus
Implements the 'status' command.class
CmdSync
class
CmdTree
Implements the 'tree' command.class
CmdUnmount
Implements the 'unmount' command.class
CmdUpdate
Implements the 'update' command.class
CmdVaultDebug
Implements the 'export' command. -
Uses of CliCommand in org.apache.jackrabbit.vault.util.console
Subinterfaces of CliCommand in org.apache.jackrabbit.vault.util.console Modifier and Type Interface Description interface
ConsoleCommand
Command
...Methods in org.apache.jackrabbit.vault.util.console that return CliCommand Modifier and Type Method Description protected CliCommand
ExecutionContext. getCommand(String name)
Methods in org.apache.jackrabbit.vault.util.console with parameters of type CliCommand Modifier and Type Method Description protected boolean
ConsoleExecutionContext. doExecute(CliCommand cmd, org.apache.commons.cli2.CommandLine cl)
protected boolean
ExecutionContext. doExecute(CliCommand cmd, org.apache.commons.cli2.CommandLine cl)
protected org.apache.commons.cli2.util.HelpFormatter
ExecutionContext. getCmdHelpFormatter(CliCommand cmd)
void
ExecutionContext. installCommand(CliCommand c)
-
Uses of CliCommand in org.apache.jackrabbit.vault.util.console.commands
Classes in org.apache.jackrabbit.vault.util.console.commands that implement CliCommand Modifier and Type Class Description class
AbstractCommand
AbstractCommand
...class
AbstractConsoleCommand
AbstractCommand
...class
CmdConsole
CmdShell
...class
CmdCtx
CmdExit
...class
CmdEnv
CmdEnv
...class
CmdExec
Implements the 'exec' command.class
CmdExit
CmdExit
...class
CmdHelp
CmdExit
...class
CmdHistory
class
CmdLoad
CmdLs
...class
CmdPwd
CmdEnv
...class
CmdSet
CmdSetenv
...class
CmdStore
CmdLs
... -
Uses of CliCommand in org.apache.jackrabbit.vault.util.console.examples
Classes in org.apache.jackrabbit.vault.util.console.examples that implement CliCommand Modifier and Type Class Description class
CmdHello
CmdExit
... -
Uses of CliCommand in org.apache.jackrabbit.vault.util.console.platform
Classes in org.apache.jackrabbit.vault.util.console.platform that implement CliCommand Modifier and Type Class Description class
CmdCd
CmdCd
...class
CmdLs
CmdLs
... -
Uses of CliCommand in org.apache.jackrabbit.vault.util.console.util
Methods in org.apache.jackrabbit.vault.util.console.util that return CliCommand Modifier and Type Method Description CliCommand
CliHelpFormatter. getCmd()
Methods in org.apache.jackrabbit.vault.util.console.util with parameters of type CliCommand Modifier and Type Method Description void
CliHelpFormatter. setCmd(CliCommand cmd)
-