Uses of Interface
org.jline.console.SystemRegistry
-
Packages that use SystemRegistry Package Description org.jline.console org.jline.console.impl -
-
Uses of SystemRegistry in org.jline.console
Fields in org.jline.console with type parameters of type SystemRegistry Modifier and Type Field Description private java.util.Map<java.lang.Long,SystemRegistry>
SystemRegistry.Registeries. systemRegisteries
Methods in org.jline.console that return SystemRegistry Modifier and Type Method Description static SystemRegistry
SystemRegistry. get()
protected SystemRegistry
SystemRegistry.Registeries. getSystemRegistry()
Methods in org.jline.console with parameters of type SystemRegistry Modifier and Type Method Description static void
SystemRegistry. add(SystemRegistry systemRegistry)
Add systemRegistry to the thread mapprotected void
SystemRegistry.Registeries. addRegistry(SystemRegistry systemRegistry)
void
ConsoleEngine. setSystemRegistry(SystemRegistry systemRegistry)
Sets systemRegistry -
Uses of SystemRegistry in org.jline.console.impl
Classes in org.jline.console.impl that implement SystemRegistry Modifier and Type Class Description class
SystemRegistryImpl
Aggregate command registries.Fields in org.jline.console.impl declared as SystemRegistry Modifier and Type Field Description private SystemRegistry
ConsoleEngineImpl. systemRegistry
private SystemRegistry
SystemHighlighter. systemRegistry
Methods in org.jline.console.impl with parameters of type SystemRegistry Modifier and Type Method Description void
ConsoleEngineImpl. setSystemRegistry(SystemRegistry systemRegistry)
-