Uses of Interface
com.puppycrawl.tools.checkstyle.api.AuditListener
Packages that use AuditListener
Package
Description
Contains the implementation of the Checkstyle framework.
Contains code related to Checkstyle Ant Task.
Contains the core API to be used to implement checks.
-
Uses of AuditListener in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement AuditListenerModifier and TypeClassDescriptionclassSimple plain logger for text output.classSimple XML logger.classGenerates suppressions.xml file, based on violations occurred.Methods in com.puppycrawl.tools.checkstyle with parameters of type AuditListenerModifier and TypeMethodDescriptionfinal voidChecker.addListener(AuditListener listener) voidChecker.removeListener(AuditListener listener) Removes a given listener. -
Uses of AuditListener in com.puppycrawl.tools.checkstyle.ant
Methods in com.puppycrawl.tools.checkstyle.ant that return AuditListenerModifier and TypeMethodDescriptionCheckstyleAntTask.Formatter.createListener(org.apache.tools.ant.Task task) Creates a listener for the formatter. -
Uses of AuditListener in com.puppycrawl.tools.checkstyle.api
Classes in com.puppycrawl.tools.checkstyle.api that implement AuditListenerModifier and TypeClassDescriptionfinal classAn audit listener that counts how manyAuditEventsof a given severity have been generated.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type AuditListenerModifier and TypeMethodDescriptionvoidRootModule.addListener(AuditListener listener) Add the listener that will be used to receive events from the audit.