| Frames | No Frames |
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 | CheckStyleTask.Formatter.createListener(Task aTask) Creates a listener for the formatter. |
| AuditListener[] | Return the list of listeners set in this task. |
Classes implementing com.puppycrawl.tools.checkstyle.api.AuditListener | |
| class | An audit listener that counts how many AuditEvents
of a given severity have been generated. |
| Back to the Checkstyle Home Page |