|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for Checking a set of files for some criteria.
| Method Summary | |
void |
destroy()
Cleans up the object. |
void |
process(java.io.File[] aFiles)
Processes a set of files and fires errors to the MessageDispatcher. |
void |
setMessageDispatcher(MessageDispatcher aDispatcher)
Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing. |
| Methods inherited from interface com.puppycrawl.tools.checkstyle.api.Configurable |
configure |
| Methods inherited from interface com.puppycrawl.tools.checkstyle.api.Contextualizable |
contextualize |
| Method Detail |
public void setMessageDispatcher(MessageDispatcher aDispatcher)
aDispatcher - the dispatcherpublic void process(java.io.File[] aFiles)
aFiles - the files to be audited.destroy()public void destroy()
|
Back to the Checkstyle Home Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||