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
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)
-