Uses of Class
com.soebes.maven.plugins.echo.EchoMojo.LogLevels
-
-
Uses of EchoMojo.LogLevels in com.soebes.maven.plugins.echo
Methods in com.soebes.maven.plugins.echo that return EchoMojo.LogLevels Modifier and Type Method Description static EchoMojo.LogLevels
EchoMojo.LogLevels. valueOf(String name)
Returns the enum constant of this type with the specified name.static EchoMojo.LogLevels[]
EchoMojo.LogLevels. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-