Uses of Class
org.apache.jackrabbit.vault.util.console.ExecutionContext
-
-
Uses of ExecutionContext in org.apache.jackrabbit.vault.cli
Subclasses of ExecutionContext in org.apache.jackrabbit.vault.cli Modifier and Type Class Description class
AggregateExecutionContext
Implements a console/shell that operates on a jcrfs.class
PlatformExecutionContext
Implements a console/shell that operates on a jcrfs.class
RepExecutionContext
Implements a console/shell that operates on a jcrfs.class
VaultFsConsoleExecutionContext
Implements a console/shell that operates on a jcrfs.class
VaultFsExecutionContext
Implements a console/shell that operates on a jcrfs.class
VltExecutionContext
Implements a console/shell that operates on a jcrfs.Methods in org.apache.jackrabbit.vault.cli that return ExecutionContext Modifier and Type Method Description protected ExecutionContext
VaultFsApp. getDefaultContext()
Methods in org.apache.jackrabbit.vault.cli with parameters of type ExecutionContext Modifier and Type Method Description void
AbstractVaultCommand. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
-
Uses of ExecutionContext in org.apache.jackrabbit.vault.util.console
Subclasses of ExecutionContext in org.apache.jackrabbit.vault.util.console Modifier and Type Class Description class
ConsoleExecutionContext
Console
...Methods in org.apache.jackrabbit.vault.util.console that return ExecutionContext Modifier and Type Method Description protected abstract ExecutionContext
AbstractApplication. getDefaultContext()
Methods in org.apache.jackrabbit.vault.util.console with parameters of type ExecutionContext Modifier and Type Method Description boolean
CliCommand. execute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
-
Uses of ExecutionContext in org.apache.jackrabbit.vault.util.console.commands
Methods in org.apache.jackrabbit.vault.util.console.commands with parameters of type ExecutionContext Modifier and Type Method Description protected abstract void
AbstractCommand. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
protected void
AbstractConsoleCommand. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
protected void
CmdConsole. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
protected void
CmdHelp. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
boolean
AbstractCommand. execute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
-
Uses of ExecutionContext in org.apache.jackrabbit.vault.util.console.examples
Methods in org.apache.jackrabbit.vault.util.console.examples that return ExecutionContext Modifier and Type Method Description protected ExecutionContext
HelloWorldApp. getDefaultContext()
Methods in org.apache.jackrabbit.vault.util.console.examples with parameters of type ExecutionContext Modifier and Type Method Description protected void
CmdHello. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
-
Uses of ExecutionContext in org.apache.jackrabbit.vault.util.console.platform
Methods in org.apache.jackrabbit.vault.util.console.platform that return ExecutionContext Modifier and Type Method Description protected ExecutionContext
ShellApp. getDefaultContext()
-