Uses of Class
org.jline.console.impl.SystemRegistryImpl.Pipe
-
Packages that use SystemRegistryImpl.Pipe Package Description org.jline.console.impl -
-
Uses of SystemRegistryImpl.Pipe in org.jline.console.impl
Fields in org.jline.console.impl with type parameters of type SystemRegistryImpl.Pipe Modifier and Type Field Description private java.util.Map<SystemRegistryImpl.Pipe,java.lang.String>
SystemRegistryImpl.PipelineCompleter. pipeName
private java.util.Map<SystemRegistryImpl.Pipe,java.lang.String>
SystemRegistryImpl. pipeName
Methods in org.jline.console.impl that return SystemRegistryImpl.Pipe Modifier and Type Method Description static SystemRegistryImpl.Pipe
SystemRegistryImpl.Pipe. valueOf(java.lang.String name)
Returns 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.Pipe Modifier and Type Method Description void
SystemRegistryImpl. rename(SystemRegistryImpl.Pipe pipe, java.lang.String name)
Constructor parameters in org.jline.console.impl with type arguments of type SystemRegistryImpl.Pipe Constructor Description PipelineCompleter(java.util.function.Supplier<java.nio.file.Path> workDir, java.util.Map<SystemRegistryImpl.Pipe,java.lang.String> pipeName, SystemRegistryImpl.NamesAndValues names)
-