org.apache.maven.plugin.checkstyle

Class CheckstyleReportGenerator

public class CheckstyleReportGenerator extends Object

Constructor Summary
CheckstyleReportGenerator(Sink sink, ResourceBundle bundle)
Method Summary
voidgenerateReport(CheckstyleResults results)
ConfigurationgetCheckstyleConfig()
ModuleFactorygetCheckstyleModuleFactory()
LoggetLog()
SeverityLevelgetSeverityLevel()
StringgetXrefLocation()
booleanisEnableFilesSummary()
booleanisEnableRSS()
booleanisEnableRulesSummary()
booleanisEnableSeveritySummary()
voidsetCheckstyleConfig(Configuration config)
voidsetCheckstyleModuleFactory(ModuleFactory checkstyleModuleFactory)
voidsetEnableFilesSummary(boolean enableFilesSummary)
voidsetEnableRSS(boolean enableRSS)
voidsetEnableRulesSummary(boolean enableRulesSummary)
voidsetEnableSeveritySummary(boolean enableSeveritySummary)
voidsetLog(Log log)
voidsetSeverityLevel(SeverityLevel severityLevel)
voidsetXrefLocation(String xrefLocation)

Constructor Detail

CheckstyleReportGenerator

public CheckstyleReportGenerator(Sink sink, ResourceBundle bundle)

Method Detail

generateReport

public void generateReport(CheckstyleResults results)

getCheckstyleConfig

public Configuration getCheckstyleConfig()

getCheckstyleModuleFactory

public ModuleFactory getCheckstyleModuleFactory()

getLog

public Log getLog()

getSeverityLevel

public SeverityLevel getSeverityLevel()

getXrefLocation

public String getXrefLocation()

isEnableFilesSummary

public boolean isEnableFilesSummary()

isEnableRSS

public boolean isEnableRSS()

isEnableRulesSummary

public boolean isEnableRulesSummary()

isEnableSeveritySummary

public boolean isEnableSeveritySummary()

setCheckstyleConfig

public void setCheckstyleConfig(Configuration config)

setCheckstyleModuleFactory

public void setCheckstyleModuleFactory(ModuleFactory checkstyleModuleFactory)

setEnableFilesSummary

public void setEnableFilesSummary(boolean enableFilesSummary)

setEnableRSS

public void setEnableRSS(boolean enableRSS)

setEnableRulesSummary

public void setEnableRulesSummary(boolean enableRulesSummary)

setEnableSeveritySummary

public void setEnableSeveritySummary(boolean enableSeveritySummary)

setLog

public void setLog(Log log)

setSeverityLevel

public void setSeverityLevel(SeverityLevel severityLevel)

setXrefLocation

public void setXrefLocation(String xrefLocation)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.