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

Packages that use MessageDispatcher
com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. 
com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks. 
 

Uses of MessageDispatcher in com.puppycrawl.tools.checkstyle
 

Classes in com.puppycrawl.tools.checkstyle that implement MessageDispatcher
 class Checker
          This class provides the functionality to check a set of files.
 

Uses of MessageDispatcher in com.puppycrawl.tools.checkstyle.api
 

Methods in com.puppycrawl.tools.checkstyle.api that return MessageDispatcher
protected  MessageDispatcher AbstractFileSetCheck.getMessageDispatcher()
          A message dispatcher is used to fire violation messages to interested audit listeners.
 

Methods in com.puppycrawl.tools.checkstyle.api with parameters of type MessageDispatcher
 void AbstractFileSetCheck.setMessageDispatcher(MessageDispatcher aDispatcher)
          Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing.
 void FileSetCheck.setMessageDispatcher(MessageDispatcher aDispatcher)
          Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing.
 


Back to the Checkstyle Home Page