public interface ScanListener extends RecordOwnerParent, Freeable
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterDirectory(File file)
If this file should be processed, return true.
|
boolean |
filterFile(File file)
If this file should be processed, return true.
|
void |
moveThisFile(File file,
File fileDestDirectory,
String strDestFilename)
Do whatever processing that needs to be done on this file.
|
void |
postProcessThisDirectory(File fileDir,
Object objDirID)
Do whatever processing that needs to be done on this directory after processing the files.
|
Object |
processThisDirectory(File file,
Object objDirID)
Do whatever processing that needs to be done on this directory.
|
addRecordOwner, getTask, removeRecordOwnergetProperties, getProperty, retrieveUserProperties, setProperties, setPropertyboolean filterFile(File file)
void moveThisFile(File file, File fileDestDirectory, String strDestFilename)
boolean filterDirectory(File file)
Object processThisDirectory(File file, Object objDirID)
objDirID - The parent object idCopyright © 2015 jbundle.org. All Rights Reserved.