Package org.jline.console
Class SystemRegistry.Registeries
java.lang.Object
org.jline.console.SystemRegistry.Registeries
- Enclosing interface:
SystemRegistry
Class for managing the system registry store.
This class provides a thread-local store for system registries, allowing each thread
to have its own associated system registry. It is used internally by the
SystemRegistry.get()
, SystemRegistry.add(SystemRegistry)
, and SystemRegistry.remove()
methods.
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addRegistry
(SystemRegistry systemRegistry) protected static SystemRegistry.Registeries
protected SystemRegistry
protected void
-
Method Details
-
getInstance
-
addRegistry
-
getSystemRegistry
-
removeRegistry
protected void removeRegistry()
-