Uses of Enum Class
org.jline.console.impl.SystemRegistryImpl.Pipe
Packages that use SystemRegistryImpl.Pipe
-
Uses of SystemRegistryImpl.Pipe in org.jline.console.impl
Fields in org.jline.console.impl with type parameters of type SystemRegistryImpl.PipeModifier and TypeFieldDescriptionprivate final Map<SystemRegistryImpl.Pipe,
String> SystemRegistryImpl.PipelineCompleter.pipeName
private final Map<SystemRegistryImpl.Pipe,
String> SystemRegistryImpl.pipeName
Methods in org.jline.console.impl that return SystemRegistryImpl.PipeModifier and TypeMethodDescriptionstatic SystemRegistryImpl.Pipe
Returns the enum constant of this class with the specified name.static SystemRegistryImpl.Pipe[]
SystemRegistryImpl.Pipe.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.console.impl with parameters of type SystemRegistryImpl.PipeModifier and TypeMethodDescriptionvoid
SystemRegistryImpl.rename
(SystemRegistryImpl.Pipe pipe, String name) Constructor parameters in org.jline.console.impl with type arguments of type SystemRegistryImpl.PipeModifierConstructorDescriptionPipelineCompleter
(Supplier<Path> workDir, Map<SystemRegistryImpl.Pipe, String> pipeName, SystemRegistryImpl.NamesAndValues names)