|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileSetCheck
Interface for Checking a set of files for some criteria.
Method Summary | |
---|---|
void |
destroy()
Cleans up the object. |
void |
process(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 |
---|
void setMessageDispatcher(MessageDispatcher aDispatcher)
aDispatcher
- the dispatchervoid process(File[] aFiles)
aFiles
- the files to be audited.destroy()
void destroy()
|
Back to the Checkstyle Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |