|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void fireFileStarted(java.lang.String aFileName)
aFileName - the file to be auditedpublic void fireFileFinished(java.lang.String aFileName)
aFileName - the audited file
public void fireErrors(java.lang.String aFileName,
LocalizedMessage[] aErrors)
aFileName - the audited fileaErrors - the audit errors from the file
|
Back to the Checkstyle Home Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||