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 VaultFsApp
VltExecutionContext. getJcrFsApp()
VaultFsApp
VaultFsConsoleExecutionContext. getVaultFsApp()
Methods in org.apache.jackrabbit.vault.cli with parameters of type VaultFsApp Modifier and Type Method Description protected abstract void
AbstractVaultCommand. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdAdd. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdCheckoutCli. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdCommit. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdDelete. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdDiff. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdExportCli. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdFormatCli. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdImportCli. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdInfo. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdPropGet. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdPropList. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdPropSet. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdRcp. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdResolved. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdRevert. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdStatus. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdSync. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdUpdate. doExecute(VaultFsApp app, org.apache.commons.cli2.CommandLine cl)
protected void
CmdVaultDebug. 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)
-