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

Packages that use AuditListener
com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. 
 

Uses of AuditListener in com.puppycrawl.tools.checkstyle
 

Classes in com.puppycrawl.tools.checkstyle that implement AuditListener
 class DefaultLogger
          Simple plain logger for text output.
 class XMLLogger
          Simple XML logger.
 

Methods in com.puppycrawl.tools.checkstyle that return AuditListener
protected  AuditListener[] CheckStyleTask.getListeners()
          Return the list of listeners set in this task.
 AuditListener CheckStyleTask.Formatter.createListener(Task aTask)
          Creates a listener for the formatter.
 

Methods in com.puppycrawl.tools.checkstyle with parameters of type AuditListener
 void Checker.addListener(AuditListener aListener)
          Add the listener that will be used to receive events from the audit
 


Back to the Checkstyle Home Page