Uses of Enum Class
jline.TerminalFactory.Flavor
Packages that use TerminalFactory.Flavor
-
Uses of TerminalFactory.Flavor in jline
Fields in jline with type parameters of type TerminalFactory.FlavorModifier and TypeFieldDescriptionprivate static final Map<TerminalFactory.Flavor,
Class<? extends Terminal>> TerminalFactory.FLAVORS
Methods in jline that return TerminalFactory.FlavorModifier and TypeMethodDescriptionstatic TerminalFactory.Flavor
Returns the enum constant of this class with the specified name.static TerminalFactory.Flavor[]
TerminalFactory.Flavor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jline with parameters of type TerminalFactory.FlavorModifier and TypeMethodDescriptionstatic Terminal
TerminalFactory.getFlavor
(TerminalFactory.Flavor flavor) static Terminal
TerminalFactory.getFlavor
(TerminalFactory.Flavor flavor, String ttyDevice) static void
TerminalFactory.registerFlavor
(TerminalFactory.Flavor flavor, Class<? extends Terminal> type)