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 voidaddRegistry(SystemRegistry systemRegistry) protected static SystemRegistry.Registeriesprotected SystemRegistryprotected void
-
Method Details
-
getInstance
-
addRegistry
-
getSystemRegistry
-
removeRegistry
protected void removeRegistry()
-