Package | Description |
---|---|
jline |
JLine 2.
|
Modifier and Type | Method and Description |
---|---|
static TerminalFactory.Flavor |
TerminalFactory.Flavor.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Copyright © 2024. All rights reserved.