Uses of Interface
org.jline.console.SystemRegistry
Packages that use SystemRegistry
-
Uses of SystemRegistry in org.jline.console
Methods in org.jline.console that return SystemRegistryModifier and TypeMethodDescriptionstatic SystemRegistrySystemRegistry.get()protected SystemRegistrySystemRegistry.Registeries.getSystemRegistry()Methods in org.jline.console with parameters of type SystemRegistryModifier and TypeMethodDescriptionstatic voidSystemRegistry.add(SystemRegistry systemRegistry) Add systemRegistry to the thread mapprotected voidSystemRegistry.Registeries.addRegistry(SystemRegistry systemRegistry) voidConsoleEngine.setSystemRegistry(SystemRegistry systemRegistry) Sets systemRegistry -
Uses of SystemRegistry in org.jline.console.impl
Classes in org.jline.console.impl that implement SystemRegistryFields in org.jline.console.impl declared as SystemRegistryMethods in org.jline.console.impl with parameters of type SystemRegistryModifier and TypeMethodDescriptionvoidConsoleEngineImpl.setSystemRegistry(SystemRegistry systemRegistry)