| Package | Description |
|---|---|
| jline |
JLine 2.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TerminalFactory.Flavor |
TerminalFactory.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Terminal |
TerminalFactory.getFlavor(TerminalFactory.Flavor flavor) |
|
static Terminal |
TerminalFactory.getFlavor(TerminalFactory.Flavor flavor,
java.lang.String ttyDevice) |
|
static void |
TerminalFactory.registerFlavor(TerminalFactory.Flavor flavor,
java.lang.Class<? extends Terminal> type) |