com.puppycrawl.tools.checkstyle.api
public interface FileSetCheck extends Configurable, Contextualizable
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. |
Parameters: aFiles the files to be audited.
See Also: destroy
Parameters: aDispatcher the dispatcher