org.apache.maven.plugin.checkstyle
Class CheckstyleReportListener

java.lang.Object
  extended by com.puppycrawl.tools.checkstyle.api.AutomaticBean
      extended by 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: DependenciesReport.java,v 1.2 2005/02/23 00:08:02 brett Exp $
Author:
Emmanuel Venisse

Constructor Summary
CheckstyleReportListener(java.io.File sourceDirectory)
           
 
Method Summary
 void addError(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
           
 void addException(com.puppycrawl.tools.checkstyle.api.AuditEvent event, java.lang.Throwable throwable)
           
 void auditFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
           
 void auditStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
           
 void fileFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
           
 void fileStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent event)
           
 java.util.Map getFiles()
           
 com.puppycrawl.tools.checkstyle.api.SeverityLevel getSeverityLevelFilter()
           
 void setFiles(java.util.Map files)
           
 void setSeverityLevelFilter(com.puppycrawl.tools.checkstyle.api.SeverityLevel severityLevel)
           
 
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
 

Constructor Detail

CheckstyleReportListener

public CheckstyleReportListener(java.io.File sourceDirectory)
Method Detail

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

getFiles

public java.util.Map getFiles()

setFiles

public void setFiles(java.util.Map files)


Copyright 2005-2005 Apache Software Foundation. All Rights Reserved.