|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.api
Interface MessageDispatcher

- public interface MessageDispatcher
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
| Method Summary | |
void |
fireErrors(java.lang.String aFileName,
LocalizedMessage[] aErrors)
Notify all listeners about the errors in a file. |
void |
fireFileFinished(java.lang.String aFileName)
Notify all listeners about the end of a file audit. |
void |
fireFileStarted(java.lang.String aFileName)
Notify all listeners about the beginning of a file audit. |
| Method Detail |
fireFileStarted
public void fireFileStarted(java.lang.String aFileName)
- Notify all listeners about the beginning of a file audit.
fireFileFinished
public void fireFileFinished(java.lang.String aFileName)
- Notify all listeners about the end of a file audit.
fireErrors
public void fireErrors(java.lang.String aFileName, LocalizedMessage[] aErrors)
- Notify all listeners about the errors in a file.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC