Uses of Enum
jline.TerminalFactory.Flavor
Packages that use TerminalFactory.Flavor
-
Uses of TerminalFactory.Flavor in jline
Subclasses with type arguments of type TerminalFactory.Flavor in jlineMethods in jline that return TerminalFactory.FlavorModifier and TypeMethodDescriptionstatic TerminalFactory.FlavorReturns 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.FlavorModifier and TypeMethodDescriptionstatic TerminalTerminalFactory.getFlavor(TerminalFactory.Flavor flavor) static TerminalTerminalFactory.getFlavor(TerminalFactory.Flavor flavor, String ttyDevice) static voidTerminalFactory.registerFlavor(TerminalFactory.Flavor flavor, Class<? extends Terminal> type)