Uses of Class
org.duracloud.sync.walker.DirWalker
-
Packages that use DirWalker Package Description org.duracloud.sync.walker -
-
Uses of DirWalker in org.duracloud.sync.walker
Subclasses of DirWalker in org.duracloud.sync.walker Modifier and Type Class Description classRestartDirWalkerWalks a set of directory trees just like a DirWalker, but only adds files to the changed list if their modified date is more recent than the time of the last backup.Methods in org.duracloud.sync.walker that return DirWalker Modifier and Type Method Description static DirWalkerDirWalker. start(List<File> topDirs, FileExclusionManager fileExclusionManager)static DirWalkerRestartDirWalker. start(List<File> topDirs, long lastBackup, FileExclusionManager fileExclusionManager)
-