Frames | No Frames |
Classes implementing com.puppycrawl.tools.checkstyle.api.MessageDispatcher | |
class | This class provides the functionality to check a set of files. |
Methods with parameter type com.puppycrawl.tools.checkstyle.api.MessageDispatcher | |
void | |
void | Sets the MessageDispatcher that is used to dispatch error
messages to AuditListeners during processing. |
Methods with return type com.puppycrawl.tools.checkstyle.api.MessageDispatcher | |
MessageDispatcher | A message dispatcher is used to fire violation messages to
interested audit listeners. |
Back to the Checkstyle Home Page |