Uses of Interface
org.jline.console.SystemRegistry
Packages that use SystemRegistry
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
-
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.systemRegisteriesMethods in org.jline.console that return SystemRegistryModifier and TypeMethodDescriptionstatic SystemRegistrySystemRegistry.get()Returns the system registry associated with the current thread.protected SystemRegistrySystemRegistry.Registeries.getSystemRegistry()Methods in org.jline.console with parameters of type SystemRegistryModifier and TypeMethodDescriptionstatic voidSystemRegistry.add(SystemRegistry systemRegistry) Associates a system registry with the current thread.protected voidSystemRegistry.Registeries.addRegistry(SystemRegistry systemRegistry) voidConsoleEngine.setSystemRegistry(SystemRegistry systemRegistry) Sets the SystemRegistry instance to be used by this console engine. -
Uses of SystemRegistry in org.jline.console.impl
Classes in org.jline.console.impl that implement SystemRegistryModifier and TypeClassDescriptionclassSimple SystemRegistry which stores variables in the LineReader.classAggregate command registries.Fields in org.jline.console.impl declared as SystemRegistryModifier and TypeFieldDescriptionprivate SystemRegistryConsoleEngineImpl.systemRegistryprotected final SystemRegistrySystemHighlighter.systemRegistryMethods in org.jline.console.impl with parameters of type SystemRegistryModifier and TypeMethodDescriptionvoidConsoleEngineImpl.setSystemRegistry(SystemRegistry systemRegistry)