Frames | No Frames |
Classes implementing com.puppycrawl.tools.checkstyle.api.AuditListener | |
class | An audit listener that counts how many AuditEvents
of a given severity have been generated. |
Classes implementing com.puppycrawl.tools.checkstyle.api.AuditListener | |
class | Simple plain logger for text output. |
class | Simple XML logger. |
Methods with parameter type com.puppycrawl.tools.checkstyle.api.AuditListener | |
void | Add the listener that will be used to receive events from the audit. |
void | Removes a given listener. |
Methods with return type com.puppycrawl.tools.checkstyle.api.AuditListener | |
AuditListener[] | Return the list of listeners set in this task. |
Back to the Checkstyle Home Page |