Uses of Class
org.codehaus.mojo.jaxb2.BufferingLog.LogLevel
-
Packages that use BufferingLog.LogLevel Package Description org.codehaus.mojo.jaxb2 -
-
Uses of BufferingLog.LogLevel in org.codehaus.mojo.jaxb2
Methods in org.codehaus.mojo.jaxb2 that return BufferingLog.LogLevel Modifier and Type Method Description BufferingLog.LogLevel
BufferingLog. getMinimumLogLevel()
static BufferingLog.LogLevel
BufferingLog.LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static BufferingLog.LogLevel[]
BufferingLog.LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.codehaus.mojo.jaxb2 with parameters of type BufferingLog.LogLevel Constructor Description BufferingLog(BufferingLog.LogLevel minLevel)
-