Uses of Enum
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.pipeNameprivate final Map<SystemRegistryImpl.Pipe, String> SystemRegistryImpl.pipeNameMethods in org.jline.console.impl that return SystemRegistryImpl.PipeModifier and TypeMethodDescriptionstatic SystemRegistryImpl.PipeReturns the enum constant of this type with the specified name.static SystemRegistryImpl.Pipe[]SystemRegistryImpl.Pipe.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.console.impl with parameters of type SystemRegistryImpl.PipeModifier and TypeMethodDescriptionvoidSystemRegistryImpl.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)