Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.puppycrawl.tools.checkstyle.api.AuditEvent

Uses of AuditEvent in com.puppycrawl.tools.checkstyle.api
 

Methods in com.puppycrawl.tools.checkstyle.api with parameters of type AuditEvent
 boolean FilterSet.accept(AuditEvent aEvent)
           
 boolean Filter.accept(AuditEvent aEvent)
          Determines whether or not a filtered AuditEvent is accepted.
 void AuditListener.auditStarted(AuditEvent aEvt)
          Notify that the audit is about to start.
 void AuditListener.auditFinished(AuditEvent aEvt)
          Notify that the audit is finished.
 void AuditListener.fileStarted(AuditEvent aEvt)
          Notify that audit is about to start on a specific file.
 void AuditListener.fileFinished(AuditEvent aEvt)
          Notify that audit is finished on a specific file.
 void AuditListener.addError(AuditEvent aEvt)
          Notify that an audit error was discovered on a specific file.
 void AuditListener.addException(AuditEvent aEvt, java.lang.Throwable aThrowable)
          Notify that an exception happened while performing audit.