Uses of Class
org.apache.maven.shared.utils.logging.Style
-
Packages that use Style 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). -
-
Uses of Style in org.apache.maven.shared.utils.logging
Methods in org.apache.maven.shared.utils.logging that return Style Modifier and Type Method 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.
-