Uses of Class
eu.lindenbaum.maven.util.MavenUtils.LogLevel

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
<T> void
MavenUtils.logCollection(org.apache.maven.plugin.logging.Log log, MavenUtils.LogLevel level, Collection<T> collection, String linePrefix)
          Logs the content of the given Collection using a specific logger.
static void MavenUtils.logContent(org.apache.maven.plugin.logging.Log log, MavenUtils.LogLevel level, File file, String linePrefix)
          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.
static void MavenUtils.logMultiLineString(org.apache.maven.plugin.logging.Log log, MavenUtils.LogLevel level, String multiLineString, String linePrefix)
          Logs a multi line string containing either unix or windows style line breaks using a specific logger.
 



Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.