Uses of Interface
org.jline.console.ConsoleEngine
Packages that use ConsoleEngine
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
-
Uses of ConsoleEngine in org.jline.console
Constructors in org.jline.console with parameters of type ConsoleEngineModifierConstructorDescriptionWidgetCreator(ConsoleEngine consoleEngine, String function) Creates a new widget creator for the specified function. -
Uses of ConsoleEngine in org.jline.console.impl
Classes in org.jline.console.impl that implement ConsoleEngineModifier and TypeClassDescriptionclassManage console variables, commands and script execution.Methods in org.jline.console.impl that return ConsoleEngineMethods in org.jline.console.impl with parameters of type ConsoleEngineModifier and TypeMethodDescriptionConsoleDispatcherBuilder.consoleEngine(ConsoleEngine consoleEngine) Sets the console engine for scripting support.Constructors in org.jline.console.impl with parameters of type ConsoleEngineModifierConstructorDescriptionConsoleLineExpander(ConsoleEngine engine) Creates a new ConsoleLineExpander backed by the given engine.