public static class OneWaySync.BackCheck extends OneWaySync
OneWaySync.BackCheck
dirSuffixAvoids, dirSuffixLimits, fakeit, fileSuffixAvoids, fileSuffixLimits, notCopiedList, overwrite, src, tgt, verbose
exhaustiveSearch, topToBottom
Constructor and Description |
---|
OneWaySync.BackCheck(java.lang.String targetDirName,
java.lang.String srcDirName) |
Modifier and Type | Method and Description |
---|---|
boolean |
handleDirectory(java.io.File directory,
java.lang.String[] contentNames)
Wanderer method handing directories.
|
boolean |
handleFile(java.io.File file)
WandererCallback method handing files, check and copy those that fit the
avoid and limit parameters.
|
checkTargetSolos, checkToSkipDirectory, checkToSkipFile, copy, getFakeit, getRelativePathFromSource, getRelativePathFromTarget, getSourceFile, getTargetFile, getVerbose, handleDirectory, main, setDirSuffixAvoids, setDirSuffixLimits, setFakeit, setFileSuffixAvoids, setFileSuffixLimits, setVerbose, start, subtractPathFromDirectory, writeUnsynched
getCallback, handleEntry, isExhaustiveSearch, isTopToBottom, setCallback, setExhaustiveSearch, setTopToBottom
public OneWaySync.BackCheck(java.lang.String targetDirName, java.lang.String srcDirName)
public boolean handleDirectory(java.io.File directory, java.lang.String[] contentNames)
OneWaySync
handleDirectory
in class OneWaySync
directory
- the directory to handlecontentNames
- an array of Strings representing children of the
directorypublic boolean handleFile(java.io.File file)
OneWaySync
handleFile
in interface WandererCallback
handleFile
in class OneWaySync
file
- to handle.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details