public interface IFileProcessor extends IObjectProcessor<java.io.File>
Modifier and Type | Method and Description |
---|---|
boolean |
processFile(java.io.File file)
Process the given file or directory in any appropriate way.
|
processObject
boolean processFile(java.io.File file)
file
- The file or directory to process