Uses of Interface
org.jline.console.SystemRegistry
-
Packages that use SystemRegistry Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications.org.jline.console.impl -
-
Uses of SystemRegistry in org.jline.console
Methods in org.jline.console that return SystemRegistry Modifier and Type Method Description static SystemRegistrySystemRegistry. get()Returns the system registry associated with the current thread.protected SystemRegistrySystemRegistry.Registeries. getSystemRegistry()Methods in org.jline.console with parameters of type SystemRegistry Modifier and Type Method Description static 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 SystemRegistry Modifier and Type Class Description classSimpleSystemRegistryImplSimple SystemRegistry which stores variables in the LineReader.classSystemRegistryImplAggregate command registries.Fields in org.jline.console.impl declared as SystemRegistry Modifier and Type Field Description protected SystemRegistrySystemHighlighter. systemRegistryMethods in org.jline.console.impl with parameters of type SystemRegistry Modifier and Type Method Description voidConsoleEngineImpl. setSystemRegistry(SystemRegistry systemRegistry)
-