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 classAggregateExecutionContextImplements a console/shell that operates on a jcrfs.classPlatformExecutionContextImplements a console/shell that operates on a jcrfs.classRepExecutionContextImplements a console/shell that operates on a jcrfs.classVaultFsConsoleExecutionContextImplements a console/shell that operates on a jcrfs.classVaultFsExecutionContextImplements a console/shell that operates on a jcrfs.classVltExecutionContextImplements a console/shell that operates on a jcrfs.Methods in org.apache.jackrabbit.vault.cli that return ExecutionContext Modifier and Type Method Description protected ExecutionContextVaultFsApp. getDefaultContext()Methods in org.apache.jackrabbit.vault.cli with parameters of type ExecutionContext Modifier and Type Method Description voidAbstractVaultCommand. 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 classConsoleExecutionContextConsole...Methods in org.apache.jackrabbit.vault.util.console that return ExecutionContext Modifier and Type Method Description protected abstract ExecutionContextAbstractApplication. getDefaultContext()Methods in org.apache.jackrabbit.vault.util.console with parameters of type ExecutionContext Modifier and Type Method Description booleanCliCommand. 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 voidAbstractCommand. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidAbstractConsoleCommand. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdConsole. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdHelp. doExecute(ExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)booleanAbstractCommand. 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 ExecutionContextHelloWorldApp. getDefaultContext()Methods in org.apache.jackrabbit.vault.util.console.examples with parameters of type ExecutionContext Modifier and Type Method Description protected voidCmdHello. 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 ExecutionContextShellApp. getDefaultContext()
-