Uses of Interface
org.jline.console.SystemRegistry
Packages that use SystemRegistry
-
Uses of SystemRegistry in org.jline.console
Fields in org.jline.console with type parameters of type SystemRegistryModifier and TypeFieldDescriptionprivate final Map<Long,
SystemRegistry> SystemRegistry.Registeries.systemRegisteries
Methods in org.jline.console that return SystemRegistryModifier and TypeMethodDescriptionstatic SystemRegistry
SystemRegistry.get()
protected SystemRegistry
SystemRegistry.Registeries.getSystemRegistry()
Methods in org.jline.console with parameters of type SystemRegistryModifier and TypeMethodDescriptionstatic 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 SystemRegistryFields in org.jline.console.impl declared as SystemRegistryModifier and TypeFieldDescriptionprivate SystemRegistry
ConsoleEngineImpl.systemRegistry
protected final SystemRegistry
SystemHighlighter.systemRegistry
Methods in org.jline.console.impl with parameters of type SystemRegistryModifier and TypeMethodDescriptionvoid
ConsoleEngineImpl.setSystemRegistry
(SystemRegistry systemRegistry)