Package | Description |
---|---|
org.apache.maven.shared.utils.logging |
An API to write Maven messages to console with styled color content, consistently across whole
Maven ecosystem (Maven itself or any plugin or extension).
|
Modifier and Type | Method and Description |
---|---|
static Style |
Style.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Style[] |
Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|