Uses of Interface
org.jline.builtins.ConsoleOptionGetter
-
Packages that use ConsoleOptionGetter Package Description org.jline.console 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
Aggregate command registries and dispatch command executions. -
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.
-