Uses of Class
org.apache.jackrabbit.vault.cli.VaultFsApp
-
Packages that use VaultFsApp Package Description org.apache.jackrabbit.vault.cli -
-
Uses of VaultFsApp in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return VaultFsApp Modifier and Type Method Description VaultFsAppVltExecutionContext. getJcrFsApp()VaultFsAppVaultFsConsoleExecutionContext. getVaultFsApp()Methods in org.apache.jackrabbit.vault.cli with parameters of type VaultFsApp Modifier and Type Method Description protected 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 VaultFsApp Constructor Description AggregateExecutionContext(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)VltExecutionContext(VaultFsApp app)
-