Uses of Interface
com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Packages that use MessageDispatcher
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
- 
Uses of MessageDispatcher in com.puppycrawl.tools.checkstyleClasses in com.puppycrawl.tools.checkstyle that implement MessageDispatcherModifier and TypeClassDescriptionclassThis class provides the functionality to check a set of files.
- 
Uses of MessageDispatcher in com.puppycrawl.tools.checkstyle.apiFields in com.puppycrawl.tools.checkstyle.api declared as MessageDispatcherModifier and TypeFieldDescriptionprivate MessageDispatcherAbstractFileSetCheck.messageDispatcherThe dispatcher errors are fired to.Methods in com.puppycrawl.tools.checkstyle.api that return MessageDispatcherModifier and TypeMethodDescriptionprotected final MessageDispatcherAbstractFileSetCheck.getMessageDispatcher()A message dispatcher is used to fire violations to interested audit listeners.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type MessageDispatcherModifier and TypeMethodDescriptionfinal voidAbstractFileSetCheck.setMessageDispatcher(MessageDispatcher messageDispatcher) voidFileSetCheck.setMessageDispatcher(MessageDispatcher dispatcher) Sets the MessageDispatcher that is used to dispatch audit events to AuditListeners during processing.