public interface WandererCallback
Modifier and Type | Method and Description |
---|---|
boolean |
handleDirectory(java.io.File directory)
Do what you need to do to the directory.
|
boolean |
handleFile(java.io.File file)
Do what you need to do to the file.
|
boolean handleDirectory(java.io.File directory)
directory
- that represents a directory to deal with.boolean handleFile(java.io.File file)
file
- to handle.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details