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 classAbstractCmdLsImplements the 'ls' command.classAbstractJcrFsCommandAbstractJcrFsCommandprovides base functionality for JcrFs commands.classAbstractVaultCommandAbstractJcrFsCommandprovides base functionality for JcrFs commands.classCmdAddImplements the 'add' command.classCmdCatImplements the 'get' command.classCmdCheckoutImplements the 'checkout' command. there are 2 forms, either: co rmi://localhost/crx.default/apps/components or: co --mountpoint=rmi://localhost/crx.default /apps/componentsclassCmdCheckoutCliImplements the 'checkout' command. there are 2 forms, either: co rmi://localhost/crx.default/apps/components or: co --mountpoint=rmi://localhost/crx.default /apps/componentsclassCmdCommitImplements the 'export' command.classCmdConnectImplements the 'connect' command.classCmdDebugImplements the 'export' command.classCmdDeleteImplements the 'delete' command.classCmdDiffImplements the 'diff' command.classCmdDisconnectImplements the 'diconnect' command.classCmdDumpImplements the 'mount' command.classCmdExportImplements the 'export' command.classCmdExportCliImplements the 'export' command.classCmdFormatCliclassCmdGetImplements the 'get' command.classCmdImportImplements the 'import' command.classCmdImportCliImplements the 'import' command.classCmdInfoImplements the 'info' command.classCmdInvalidateImplements the 'get' command.classCmdLoginImplements the 'mount' command.classCmdLogoutImplements the 'unmount' command.classCmdLsAggregateImplements the 'ls' command.classCmdLsJcrFsImplements the 'ls' command.classCmdLsRepoImplements the 'ls' command.classCmdMixinsImplements the 'get' command.classCmdMountImplements the 'mount' command.classCmdPropGetImplements the 'export' command.classCmdPropListImplements the 'export' command.classCmdPropSetImplements the 'propset' command.classCmdPutImplements the 'put' command.classCmdRcpImplements the 'rcp' command.classCmdRefreshImplements the 'get' command.classCmdResolvedImplements the 'resolved' command.classCmdRevertImplements the 'revert' command.classCmdRmImplements the 'rm' command.classCmdSaveImplements the 'get' command.classCmdStatusImplements the 'status' command.classCmdSyncclassCmdTreeImplements the 'tree' command.classCmdUnmountImplements the 'unmount' command.classCmdUpdateImplements the 'update' command.classCmdVaultDebugImplements 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 interfaceConsoleCommandCommand...Methods in org.apache.jackrabbit.vault.util.console that return CliCommand Modifier and Type Method Description protected CliCommandExecutionContext. getCommand(String name)Methods in org.apache.jackrabbit.vault.util.console with parameters of type CliCommand Modifier and Type Method Description protected booleanConsoleExecutionContext. doExecute(CliCommand cmd, org.apache.commons.cli2.CommandLine cl)protected booleanExecutionContext. doExecute(CliCommand cmd, org.apache.commons.cli2.CommandLine cl)protected org.apache.commons.cli2.util.HelpFormatterExecutionContext. getCmdHelpFormatter(CliCommand cmd)voidExecutionContext. 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 classAbstractCommandAbstractCommand...classAbstractConsoleCommandAbstractCommand...classCmdConsoleCmdShell...classCmdCtxCmdExit...classCmdEnvCmdEnv...classCmdExecImplements the 'exec' command.classCmdExitCmdExit...classCmdHelpCmdExit...classCmdHistoryclassCmdLoadCmdLs...classCmdPwdCmdEnv...classCmdSetCmdSetenv...classCmdStoreCmdLs... -
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 classCmdHelloCmdExit... -
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 classCmdCdCmdCd...classCmdLsCmdLs... -
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 CliCommandCliHelpFormatter. getCmd()Methods in org.apache.jackrabbit.vault.util.console.util with parameters of type CliCommand Modifier and Type Method Description voidCliHelpFormatter. setCmd(CliCommand cmd)
-