T - the type of object returned by directoryFoundpublic abstract class DirectoryWalker<T> extends Object
| Constructor and Description |
|---|
DirectoryWalker(File root,
T rootObject,
DirectoryReader.Request request)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
accessDenied(File dir,
String path) |
protected abstract T |
directoryFound(T parent,
FileInfo dir,
String path) |
protected abstract void |
fileFound(T parent,
FileInfo file,
String path) |
IAsync<IOException> |
start(byte priority,
WorkProgress progress,
long work)
Start the directory analysis.
|
public DirectoryWalker(File root, T rootObject, DirectoryReader.Request request)
public IAsync<IOException> start(byte priority, WorkProgress progress, long work)
Copyright © 2019. All rights reserved.