public interface FileSetCheck extends Configurable, Contextualizable
Modifier and Type | Method and Description |
---|---|
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.
|
configure
contextualize
void setMessageDispatcher(MessageDispatcher aDispatcher)
aDispatcher
- the dispatchervoid process(File[] aFiles)
aFiles
- the files to be audited.destroy()
void destroy()