Uses of Class
org.jbehave.core.reporters.SGRCodes.SGRCode
-
Packages that use SGRCodes.SGRCode Package Description org.jbehave.core.reporters -
-
Uses of SGRCodes.SGRCode in org.jbehave.core.reporters
Fields in org.jbehave.core.reporters with type parameters of type SGRCodes.SGRCode Modifier and Type Field Description static Map<String,SGRCodes.SGRCode>
SGRCodes. DEFAULT_CODES
Methods in org.jbehave.core.reporters that return SGRCodes.SGRCode Modifier and Type Method 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.Methods in org.jbehave.core.reporters with parameters of type SGRCodes.SGRCode Modifier and Type Method Description ANSIConsoleOutput
ANSIConsoleOutput. assignCode(String key, SGRCodes.SGRCode code)
void
SGRCodes. assignCode(String key, SGRCodes.SGRCode code)
Constructor parameters in org.jbehave.core.reporters with type arguments of type SGRCodes.SGRCode Constructor Description SGRCodes(Map<String,SGRCodes.SGRCode> codes)
-