|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV NEXT | ||||||||
Uses of Interface
com.puppycrawl.tools.checkstyle.api.MessageDispatcher
| Uses of MessageDispatcher in com.puppycrawl.tools.checkstyle.api |
| Fields in com.puppycrawl.tools.checkstyle.api declared as MessageDispatcher | |
private MessageDispatcher |
AbstractFileSetCheck.mDispatcher
The dispatcher errors are fired to. |
| 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 |
FileSetCheck.setMessageDispatcher(MessageDispatcher aDispatcher)
Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing. |
void |
AbstractFileSetCheck.setMessageDispatcher(MessageDispatcher aDispatcher)
|
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV NEXT | ||||||||