Class SystemRegistry.Registeries

java.lang.Object
org.jline.console.SystemRegistry.Registeries
Enclosing interface:
SystemRegistry

public static class SystemRegistry.Registeries extends Object
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 Details