Uses of Class
org.jline.console.impl.ConsoleDispatcherBuilder
Packages that use ConsoleDispatcherBuilder
-
Uses of ConsoleDispatcherBuilder in org.jline.console.impl
Methods in org.jline.console.impl that return ConsoleDispatcherBuilderModifier and TypeMethodDescriptionstatic ConsoleDispatcherBuilderConsoleDispatcherBuilder.builder()Creates a new builder.Sets the builtins registry.ConsoleDispatcherBuilder.commands(CommandRegistry... registries) Adds old-style command registries.ConsoleDispatcherBuilder.consoleEngine(ConsoleEngine consoleEngine) Sets the console engine for scripting support.ConsoleDispatcherBuilder.groups(org.jline.shell.CommandGroup... groups) Adds new-style command groups (they will be adapted to CommandRegistry).ConsoleDispatcherBuilder.initScript(File initScript) Sets the initialization script.ConsoleDispatcherBuilder.parser(org.jline.reader.Parser parser) Sets the parser.ConsoleDispatcherBuilder.scriptEngine(ScriptEngine scriptEngine) Sets the script engine.ConsoleDispatcherBuilder.terminal(org.jline.terminal.Terminal terminal) Sets the terminal.Sets the working directory supplier.