Uses of Class
jline.TerminalFactory.Flavor
-
Packages that use TerminalFactory.Flavor Package Description jline JLine 2. -
-
Uses of TerminalFactory.Flavor in jline
Methods in jline that return TerminalFactory.Flavor Modifier and Type Method Description static TerminalFactory.FlavorTerminalFactory.Flavor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TerminalFactory.Flavor[]TerminalFactory.Flavor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline with parameters of type TerminalFactory.Flavor Modifier and Type Method Description static TerminalTerminalFactory. getFlavor(TerminalFactory.Flavor flavor)static TerminalTerminalFactory. getFlavor(TerminalFactory.Flavor flavor, java.lang.String ttyDevice)static voidTerminalFactory. registerFlavor(TerminalFactory.Flavor flavor, java.lang.Class<? extends Terminal> type)
-