Package | Description |
---|---|
org.jbehave.core.reporters |
Modifier and Type | Field and Description |
---|---|
static Map<String,SGRCodes.SGRCode> |
SGRCodes.DEFAULT_CODES |
Modifier and Type | Method and Description |
---|---|
SGRCodes.SGRCode |
SGRCodes.getCode(String key) |
static SGRCodes.SGRCode |
SGRCodes.SGRCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SGRCodes.SGRCode[] |
SGRCodes.SGRCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SGRCodes.assignCode(String key,
SGRCodes.SGRCode code) |
ANSIConsoleOutput |
ANSIConsoleOutput.assignCode(String key,
SGRCodes.SGRCode code) |
Constructor and Description |
---|
SGRCodes(Map<String,SGRCodes.SGRCode> codes) |
Copyright © 2003–2021. All rights reserved.