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

Uses in package com.puppycrawl.tools.checkstyle.api

Methods with parameter type com.puppycrawl.tools.checkstyle.api.AuditEvent

boolean
Determines whether or not a filtered AuditEvent is accepted.
boolean
void
Notify that an audit error was discovered on a specific file.
void
void
AuditListener.addException(AuditEvent aEvt, Throwable aThrowable)
Notify that an exception happened while performing audit.
void
SeverityLevelCounter.addException(AuditEvent aEvt, Throwable aThrowable)
void
Notify that the audit is finished.
void
void
Notify that the audit is about to start.
void
void
Notify that audit is finished on a specific file.
void
void
Notify that audit is about to start on a specific file.
void

Uses in package com.puppycrawl.tools.checkstyle

Methods with parameter type com.puppycrawl.tools.checkstyle.api.AuditEvent

void
Print an Emacs compliant line on the error stream.
void
void
DefaultLogger.addException(AuditEvent aEvt, Throwable aThrowable)
void
XMLLogger.addException(AuditEvent aEvt, Throwable aThrowable)
void
void
void
void
void
void
void
void

Uses in package com.puppycrawl.tools.checkstyle.filters

Methods with parameter type com.puppycrawl.tools.checkstyle.api.AuditEvent

boolean
boolean
boolean
boolean
boolean
Determines whether the source of an audit event matches the text of this tag.