Uses of Enum Class
org.jbehave.core.reporters.SGRCodes.SGRCode
Packages that use SGRCodes.SGRCode
-
Uses of SGRCodes.SGRCode in org.jbehave.core.reporters
Fields in org.jbehave.core.reporters with type parameters of type SGRCodes.SGRCodeModifier and TypeFieldDescriptionstatic final Map<String,SGRCodes.SGRCode> SGRCodes.DEFAULT_CODESMethods in org.jbehave.core.reporters that return SGRCodes.SGRCodeModifier and TypeMethodDescriptionstatic SGRCodes.SGRCodeReturns the enum constant of this class with the specified name.static SGRCodes.SGRCode[]SGRCodes.SGRCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jbehave.core.reporters with parameters of type SGRCodes.SGRCodeModifier and TypeMethodDescriptionANSIConsoleOutput.assignCode(String key, SGRCodes.SGRCode code) voidSGRCodes.assignCode(String key, SGRCodes.SGRCode code) Constructor parameters in org.jbehave.core.reporters with type arguments of type SGRCodes.SGRCode