Uses of Interface
org.jline.shell.CommandDispatcher
Packages that use CommandDispatcher
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
Widgets for the JLine shell API.
-
Uses of CommandDispatcher in org.jline.console.impl
Methods in org.jline.console.impl that return CommandDispatcher -
Uses of CommandDispatcher in org.jline.shell
Methods in org.jline.shell that return CommandDispatcherModifier and TypeMethodDescriptionShell.dispatcher()Returns the command dispatcher used by this shell.Methods in org.jline.shell with parameters of type CommandDispatcherModifier and TypeMethodDescriptionShellBuilder.dispatcher(CommandDispatcher dispatcher) Sets the command dispatcher.voidScriptRunner.execute(Path script, CommandSession session, CommandDispatcher dispatcher) Executes a script file.Method parameters in org.jline.shell with type arguments of type CommandDispatcherModifier and TypeMethodDescriptionShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher> onReaderReady) Sets a callback invoked after the LineReader is created but beforeShell.run(). -
Uses of CommandDispatcher in org.jline.shell.impl
Classes in org.jline.shell.impl that implement CommandDispatcherModifier and TypeClassDescriptionclassDefault implementation ofCommandDispatcherthat supports pipeline execution.Methods in org.jline.shell.impl with parameters of type CommandDispatcherModifier and TypeMethodDescriptionvoidDefaultScriptRunner.execute(Path script, CommandSession session, CommandDispatcher dispatcher) Constructors in org.jline.shell.impl with parameters of type CommandDispatcherModifierConstructorDescriptionCommandHighlighter(CommandDispatcher dispatcher) Creates a command highlighter with no delegate.CommandHighlighter(CommandDispatcher dispatcher, Highlighter delegate) Creates a command highlighter with an optional delegate.HelpCommands(CommandDispatcher dispatcher) Creates help commands using the given dispatcher for command discovery.ScriptCommands(ScriptRunner scriptRunner, CommandDispatcher dispatcher) Creates the script commands group. -
Uses of CommandDispatcher in org.jline.shell.widget
Constructors in org.jline.shell.widget with parameters of type CommandDispatcherModifierConstructorDescriptionCommandTailTipWidgets(LineReader reader, CommandDispatcher dispatcher) Creates widgets using aCommandDispatcherfor dynamic description lookup.CommandTailTipWidgets(LineReader reader, CommandDispatcher dispatcher, int descriptionSize) Creates widgets using aCommandDispatcherwith a status bar.CommandTailTipWidgets(LineReader reader, CommandDispatcher dispatcher, int descriptionSize, CommandTailTipWidgets.TipType tipType) Creates widgets using aCommandDispatcherwith full configuration.