T
- the type of object returned by directoryFoundpublic class DirectoryWalker<T> extends Object
Constructor and Description |
---|
DirectoryWalker(File root)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
accessDenied(File dir) |
protected T |
directoryFound(T parent,
File dir) |
protected void |
endDirectory(File dir,
T dirObj) |
protected void |
fileFound(T parent,
File file) |
ISynchronizationPoint<IOException> |
start(byte priority)
Start the directory analysis.
|
protected boolean |
startDirectory(File dir,
T dirObj) |
public DirectoryWalker(File root)
public ISynchronizationPoint<IOException> start(byte priority)
protected void accessDenied(File dir)
Copyright © 2018. All rights reserved.