|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MavenUtils.LogLevel | |
---|---|
eu.lindenbaum.maven.util |
Uses of MavenUtils.LogLevel in eu.lindenbaum.maven.util |
---|
Methods in eu.lindenbaum.maven.util that return MavenUtils.LogLevel | |
---|---|
static MavenUtils.LogLevel |
MavenUtils.LogLevel.fromString(String level)
Creates a MavenUtils.LogLevel from a string. |
static MavenUtils.LogLevel |
MavenUtils.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MavenUtils.LogLevel[] |
MavenUtils.LogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in eu.lindenbaum.maven.util with parameters of type MavenUtils.LogLevel | |
---|---|
static void |
MavenUtils.logContent(org.apache.maven.plugin.logging.Log log,
MavenUtils.LogLevel level,
File file)
Logs the absolute path of a file along with its content using a specific logger. |
static void |
MavenUtils.logMultiLineString(org.apache.maven.plugin.logging.Log log,
MavenUtils.LogLevel level,
String multiLineString)
Logs a multi line string containing either unix or windows style line breaks using a specific logger. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |