com.puppycrawl.tools.checkstyle.api
public interface MessageDispatcher
| Method Summary | |
|---|---|
| void | fireErrors(String aFileName, LocalizedMessage[] aErrors)
Notify all listeners about the errors in a file. |
| void | fireFileFinished(String aFileName)
Notify all listeners about the end of a file audit. |
| void | fireFileStarted(String aFileName)
Notify all listeners about the beginning of a file audit. |
Parameters: aFileName the audited file aErrors the audit errors from the file
Parameters: aFileName the audited file
Parameters: aFileName the file to be audited