Uses of Interface
org.jline.console.ConsoleEngine
-
Packages that use ConsoleEngine Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications.org.jline.console.impl -
-
Uses of ConsoleEngine in org.jline.console
Constructors in org.jline.console with parameters of type ConsoleEngine Constructor Description WidgetCreator(ConsoleEngine consoleEngine, java.lang.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 ConsoleEngine Modifier and Type Class Description class
ConsoleEngineImpl
Manage console variables, commands and script execution.Methods in org.jline.console.impl that return ConsoleEngine Modifier and Type Method Description ConsoleEngine
SystemRegistryImpl. consoleEngine()
-