|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV NEXT | ||||||||
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. |
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV NEXT | ||||||||