Uses of Interface
com.puppycrawl.tools.checkstyle.api.MessageDispatcher
-
Packages that use MessageDispatcher Package Description 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 Modifier and Type Class Description class
Checker
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 MessageDispatcher Modifier and Type Field Description private MessageDispatcher
AbstractFileSetCheck. messageDispatcher
The dispatcher errors are fired to.Methods in com.puppycrawl.tools.checkstyle.api that return MessageDispatcher Modifier and Type Method Description protected 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 MessageDispatcher Modifier and Type Method Description void
AbstractFileSetCheck. setMessageDispatcher(MessageDispatcher messageDispatcher)
void
FileSetCheck. setMessageDispatcher(MessageDispatcher dispatcher)
Sets the MessageDispatcher that is used to dispatch audit events to AuditListeners during processing.
-