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 jlineFields in jline with type parameters of type TerminalFactory.FlavorModifier and TypeFieldDescriptionprivate static final Map<TerminalFactory.Flavor, Class<? extends Terminal>> TerminalFactory.FLAVORSMethods 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)