org.apache.maven.plugin.checkstyle
Class CheckstyleReportGenerator

java.lang.Object
  extended by org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator

public class CheckstyleReportGenerator
extends Object

Generate a report based on CheckstyleResults.

Version:
$Id: CheckstyleReportGenerator.html 816667 2012-05-08 14:02:08Z hboutemy $

Constructor Summary
CheckstyleReportGenerator(org.apache.maven.doxia.sink.Sink sink, ResourceBundle bundle, File basedir, org.apache.maven.doxia.tools.SiteTool siteTool)
           
 
Method Summary
 void generateReport(CheckstyleResults results)
           
 com.puppycrawl.tools.checkstyle.api.Configuration getCheckstyleConfig()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 com.puppycrawl.tools.checkstyle.api.SeverityLevel getSeverityLevel()
           
 String getXrefLocation()
           
 boolean isEnableFilesSummary()
           
 boolean isEnableRSS()
           
 boolean isEnableRulesSummary()
           
 boolean isEnableSeveritySummary()
           
 void setCheckstyleConfig(com.puppycrawl.tools.checkstyle.api.Configuration config)
           
 void setEnableFilesSummary(boolean enableFilesSummary)
           
 void setEnableRSS(boolean enableRSS)
           
 void setEnableRulesSummary(boolean enableRulesSummary)
           
 void setEnableSeveritySummary(boolean enableSeveritySummary)
           
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 void setSeverityLevel(com.puppycrawl.tools.checkstyle.api.SeverityLevel severityLevel)
           
 void setXrefLocation(String xrefLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckstyleReportGenerator

public CheckstyleReportGenerator(org.apache.maven.doxia.sink.Sink sink,
                                 ResourceBundle bundle,
                                 File basedir,
                                 org.apache.maven.doxia.tools.SiteTool siteTool)
Method Detail

getLog

public org.apache.maven.plugin.logging.Log getLog()

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)

generateReport

public void generateReport(CheckstyleResults results)

getSeverityLevel

public com.puppycrawl.tools.checkstyle.api.SeverityLevel getSeverityLevel()

setSeverityLevel

public void setSeverityLevel(com.puppycrawl.tools.checkstyle.api.SeverityLevel severityLevel)

isEnableRulesSummary

public boolean isEnableRulesSummary()

setEnableRulesSummary

public void setEnableRulesSummary(boolean enableRulesSummary)

isEnableSeveritySummary

public boolean isEnableSeveritySummary()

setEnableSeveritySummary

public void setEnableSeveritySummary(boolean enableSeveritySummary)

isEnableFilesSummary

public boolean isEnableFilesSummary()

setEnableFilesSummary

public void setEnableFilesSummary(boolean enableFilesSummary)

isEnableRSS

public boolean isEnableRSS()

setEnableRSS

public void setEnableRSS(boolean enableRSS)

getXrefLocation

public String getXrefLocation()

setXrefLocation

public void setXrefLocation(String xrefLocation)

getCheckstyleConfig

public com.puppycrawl.tools.checkstyle.api.Configuration getCheckstyleConfig()

setCheckstyleConfig

public void setCheckstyleConfig(com.puppycrawl.tools.checkstyle.api.Configuration config)


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.