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.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement MessageDispatcherModifier and TypeClassDescriptionclass
This class provides the functionality to check a set of files. -
Uses of MessageDispatcher in com.puppycrawl.tools.checkstyle.api
Fields in com.puppycrawl.tools.checkstyle.api declared as MessageDispatcherModifier and TypeFieldDescriptionprivate MessageDispatcher
AbstractFileSetCheck.messageDispatcher
The dispatcher errors are fired to.Methods in com.puppycrawl.tools.checkstyle.api that return MessageDispatcherModifier and TypeMethodDescriptionprotected final MessageDispatcher
AbstractFileSetCheck.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 void
AbstractFileSetCheck.setMessageDispatcher
(MessageDispatcher messageDispatcher) void
FileSetCheck.setMessageDispatcher
(MessageDispatcher dispatcher) Sets the MessageDispatcher that is used to dispatch audit events to AuditListeners during processing.