Uses of Interface
org.jline.builtins.ConsoleOptionGetter
-
Packages that use ConsoleOptionGetter Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications.org.jline.console.impl -
-
Uses of ConsoleOptionGetter in org.jline.console
Subinterfaces of ConsoleOptionGetter in org.jline.console Modifier and Type Interface Description interface
SystemRegistry
Interface for aggregating command registries and dispatching command executions in a console application. -
Uses of ConsoleOptionGetter in org.jline.console.impl
Classes in org.jline.console.impl that implement ConsoleOptionGetter Modifier and Type Class Description class
SimpleSystemRegistryImpl
Simple SystemRegistry which stores variables in the LineReader.class
SystemRegistryImpl
Aggregate command registries.
-