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 classCheckerThis 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 MessageDispatcherAbstractFileSetCheck. messageDispatcherThe dispatcher errors are fired to.Methods in com.puppycrawl.tools.checkstyle.api that return MessageDispatcher Modifier and Type Method Description protected 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 MessageDispatcher Modifier and Type Method Description voidAbstractFileSetCheck. setMessageDispatcher(MessageDispatcher messageDispatcher)voidFileSetCheck. setMessageDispatcher(MessageDispatcher dispatcher)Sets the MessageDispatcher that is used to dispatch audit events to AuditListeners during processing.
-