Uses of Class
org.apache.jackrabbit.vault.util.console.ConsoleExecutionContext
Packages that use ConsoleExecutionContext
Package
Description
-
Uses of ConsoleExecutionContext in org.apache.jackrabbit.vault.cli
Subclasses of ConsoleExecutionContext in org.apache.jackrabbit.vault.cliModifier and TypeClassDescriptionclassImplements a console/shell that operates on a jcrfs.classImplements a console/shell that operates on a jcrfs.classImplements a console/shell that operates on a jcrfs.classImplements a console/shell that operates on a jcrfs.classImplements a console/shell that operates on a jcrfs.Methods in org.apache.jackrabbit.vault.cli with parameters of type ConsoleExecutionContextModifier and TypeMethodDescriptionprotected 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 ConsoleExecutionContextModifier and TypeMethodDescriptionvoidConsole.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 ConsoleExecutionContextModifierConstructorDescriptionContextAwareCompleter(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 ConsoleExecutionContextModifier and TypeMethodDescriptionprotected 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 ConsoleExecutionContextModifier and TypeMethodDescriptionprotected voidCmdCd.doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) protected voidCmdLs.doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)