public class RestartDirWalker extends DirWalker
changedList, fileExclusionManager| Modifier | Constructor and Description |
|---|---|
protected |
RestartDirWalker(List<File> topDirs,
long lastBackup,
FileExclusionManager fileExclusionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
handleDirectory(File directory,
int depth,
Collection results) |
protected void |
handleFile(File file,
int depth,
Collection results) |
static DirWalker |
start(List<File> topDirs,
long lastBackup,
FileExclusionManager fileExclusionManager) |
protected void |
walkDirs() |
getFilesCount, handleIsCancelled, run, start, stopWalk, walkCompleteprotected RestartDirWalker(List<File> topDirs, long lastBackup, FileExclusionManager fileExclusionManager)
protected void handleFile(File file, int depth, Collection results)
handleFile in class DirWalkerprotected boolean handleDirectory(File directory, int depth, Collection results)
handleDirectory in class DirWalkerpublic static DirWalker start(List<File> topDirs, long lastBackup, FileExclusionManager fileExclusionManager)
Copyright © 2009–2017 DuraSpace. All rights reserved.