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.
 

Method Detail

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 started
file - the current file we're looking at.


Copyright © 2005 Marcus Hirt