org.apache.maven.plugin.checkstyle
Class CheckstyleReportListener
java.lang.Object
com.puppycrawl.tools.checkstyle.api.AutomaticBean
org.apache.maven.plugin.checkstyle.CheckstyleReportListener
- All Implemented Interfaces:
- com.puppycrawl.tools.checkstyle.api.AuditListener, com.puppycrawl.tools.checkstyle.api.Configurable, com.puppycrawl.tools.checkstyle.api.Contextualizable, java.util.EventListener
public class CheckstyleReportListener
- extends com.puppycrawl.tools.checkstyle.api.AutomaticBean
- implements com.puppycrawl.tools.checkstyle.api.AuditListener
- Version:
- $Id: CheckstyleReportListener.java 389011 2006-03-27 03:17:01Z epunzalan $
- Author:
- Emmanuel Venisse
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
configure, contextualize, finishLocalSetup, getConfiguration, setupChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckstyleReportListener
public CheckstyleReportListener(java.io.File sourceDirectory)
setSeverityLevelFilter
public void setSeverityLevelFilter(com.puppycrawl.tools.checkstyle.api.SeverityLevel severityLevel)
getSeverityLevelFilter
public com.puppycrawl.tools.checkstyle.api.SeverityLevel getSeverityLevelFilter()
auditStarted
public void auditStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
- Specified by:
auditStarted
in interface com.puppycrawl.tools.checkstyle.api.AuditListener
auditFinished
public void auditFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
- Specified by:
auditFinished
in interface com.puppycrawl.tools.checkstyle.api.AuditListener
fileStarted
public void fileStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
- Specified by:
fileStarted
in interface com.puppycrawl.tools.checkstyle.api.AuditListener
fileFinished
public void fileFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
- Specified by:
fileFinished
in interface com.puppycrawl.tools.checkstyle.api.AuditListener
addError
public void addError(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
- Specified by:
addError
in interface com.puppycrawl.tools.checkstyle.api.AuditListener
addException
public void addException(com.puppycrawl.tools.checkstyle.api.AuditEvent event,
java.lang.Throwable throwable)
- Specified by:
addException
in interface com.puppycrawl.tools.checkstyle.api.AuditListener
getResults
public CheckstyleResults getResults()
setResults
public void setResults(CheckstyleResults results)
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.