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(CommandGroup... groups) Adds new-style command groups (they will be adapted to CommandRegistry).ConsoleDispatcherBuilder.initScript(File initScript) Sets the initialization script.Sets the parser.ConsoleDispatcherBuilder.scriptEngine(ScriptEngine scriptEngine) Sets the script engine.Sets the terminal.Sets the working directory supplier.