Uses of Class
org.apache.jackrabbit.vault.util.console.ConsoleExecutionContext
-
-
Uses of ConsoleExecutionContext in org.apache.jackrabbit.vault.cli
Subclasses of ConsoleExecutionContext 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.Methods in org.apache.jackrabbit.vault.cli with parameters of type ConsoleExecutionContext Modifier and Type Method Description protected voidAbstractJcrFsCommand. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) -
Uses of ConsoleExecutionContext in org.apache.jackrabbit.vault.util.console
Methods in org.apache.jackrabbit.vault.util.console with parameters of type ConsoleExecutionContext Modifier and Type Method Description voidConsole. addContext(ConsoleExecutionContext ctx)booleanConsoleCommand. execute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)voidConsole. removeContext(ConsoleExecutionContext ctx)voidConsole. switchContext(ConsoleExecutionContext ctx)Constructor parameters in org.apache.jackrabbit.vault.util.console with type arguments of type ConsoleExecutionContext Constructor Description ContextAwareCompleter(Map<String,ConsoleExecutionContext> contexts) -
Uses of ConsoleExecutionContext in org.apache.jackrabbit.vault.util.console.commands
Methods in org.apache.jackrabbit.vault.util.console.commands with parameters of type ConsoleExecutionContext Modifier and Type Method Description protected abstract voidAbstractConsoleCommand. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdCtx. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdEnv. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdExec. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdExit. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdHistory. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdLoad. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdPwd. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdSet. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdStore. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)booleanAbstractConsoleCommand. execute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) -
Uses of ConsoleExecutionContext in org.apache.jackrabbit.vault.util.console.platform
Methods in org.apache.jackrabbit.vault.util.console.platform with parameters of type ConsoleExecutionContext Modifier and Type Method Description protected voidCmdCd. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)protected voidCmdLs. doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
-