se.hirt.plugin
Interface FileScanner.FileApplier
- Enclosing class:
- FileScanner
public static interface FileScanner.FileApplier
Callback interface to be used with the scanner.
- Author:
- Marcus Hirt
Method Summary |
void |
onFile(java.io.File root,
java.io.File file)
Called for every file and directory encountered. |
onFile
void onFile(java.io.File root,
java.io.File file)
- Called for every file and directory encountered.
- Parameters:
root
- the root directory/file from which we startedfile
- the current file we're looking at.
Copyright © 2005 Marcus Hirt