Uses of Class
org.apache.jackrabbit.vault.cli.VaultFsApp
Packages that use VaultFsApp
-
Uses of VaultFsApp in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return VaultFsAppModifier and TypeMethodDescriptionVltExecutionContext.getJcrFsApp()VaultFsConsoleExecutionContext.getVaultFsApp()Methods in org.apache.jackrabbit.vault.cli with parameters of type VaultFsAppModifier and TypeMethodDescriptionprotected abstract voidAbstractVaultCommand.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdAdd.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdCheckoutCli.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdCommit.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdDelete.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdDiff.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdExportCli.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdFormatCli.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdImportCli.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdInfo.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdPropGet.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdPropList.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdPropSet.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdRcp.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdResolved.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdRevert.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdStatus.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdSync.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdUpdate.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) protected voidCmdVaultDebug.doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl) Constructors in org.apache.jackrabbit.vault.cli with parameters of type VaultFsAppModifierConstructorDescriptionAggregateExecutionContext(VaultFsApp app, String name, Aggregate rootNode) PlatformExecutionContext(VaultFsApp app, String name, File rootFile) RepExecutionContext(VaultFsApp app, String name, Node rootNode) VaultFsConsole(VaultFsApp app) VaultFsConsoleExecutionContext(VaultFsApp app, String name) VaultFsExecutionContext(VaultFsApp app, String name, VaultFile rootFile)