Modifier and Type | Field and Description |
---|---|
(package private) static AnsiConsole.JansiOutputType |
AnsiConsole.JANSI_STDERR_TYPE |
(package private) static AnsiConsole.JansiOutputType |
AnsiConsole.JANSI_STDOUT_TYPE |
private static AnsiConsole.JansiOutputType |
AnsiConsole.jansiOutputType |
Modifier and Type | Method and Description |
---|---|
static AnsiConsole.JansiOutputType |
AnsiConsole.JansiOutputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnsiConsole.JansiOutputType[] |
AnsiConsole.JansiOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|