Uses of Interface com.puppycrawl.tools.checkstyle.api.AuditListener

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

Classes implementing com.puppycrawl.tools.checkstyle.api.AuditListener

class
An audit listener that counts how many AuditEvents of a given severity have been generated.

Uses in package com.puppycrawl.tools.checkstyle

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
Creates a listener for the formatter.
AuditListener[]
Return the list of listeners set in this task.