public class TestWandererCallback extends java.lang.Object implements WandererCallback
Constructor and Description |
---|
TestWandererCallback() |
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.
|
public boolean handleDirectory(java.io.File directory)
WandererCallback
handleDirectory
in interface WandererCallback
directory
- that represents a directory to deal with.public boolean handleFile(java.io.File file)
WandererCallback
handleFile
in interface WandererCallback
file
- to handle.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details