ch.hortis.sonar.mvn
Enum Report

java.lang.Object
  extended by java.lang.Enum<Report>
      extended by ch.hortis.sonar.mvn.Report
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Report>

public enum Report
extends java.lang.Enum<Report>


Enum Constant Summary
Clover
           
Cobertura
           
CPD
           
Surefire
           
 
Method Summary
 java.lang.String getArtifactId()
           
 java.lang.Class getCollectorClass()
           
 java.lang.String getGroupId()
           
static java.util.List<Report> getLightReports()
           
 ReportHandler getReportHandler()
           
static java.util.List<Report> getReports()
           
 java.lang.String getVersion()
           
 boolean isIncludeInLightReport()
           
 boolean isVersionFixed()
           
 java.lang.String toString()
           
static Report valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Report[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CPD

public static final Report CPD

Cobertura

public static final Report Cobertura

Clover

public static final Report Clover

Surefire

public static final Report Surefire
Method Detail

values

public static Report[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Report c : Report.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Report valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getGroupId

public java.lang.String getGroupId()

getArtifactId

public java.lang.String getArtifactId()

getVersion

public java.lang.String getVersion()

isIncludeInLightReport

public boolean isIncludeInLightReport()

isVersionFixed

public boolean isVersionFixed()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<Report>

getCollectorClass

public java.lang.Class getCollectorClass()

getReportHandler

public ReportHandler getReportHandler()

getReports

public static java.util.List<Report> getReports()

getLightReports

public static java.util.List<Report> getLightReports()


Copyright © 2007-2008 hortis. All Rights Reserved.