|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bbn.openmap.util.wanderer.Wanderer com.bbn.openmap.util.wanderer.OneWaySync com.bbn.openmap.util.wanderer.OneWaySync.BackCheck
public static class OneWaySync.BackCheck
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.bbn.openmap.util.wanderer.OneWaySync |
---|
OneWaySync.BackCheck |
Field Summary |
---|
Fields inherited from class com.bbn.openmap.util.wanderer.OneWaySync |
---|
dirSuffixAvoids, dirSuffixLimits, fakeit, fileSuffixAvoids, fileSuffixLimits, notCopiedList, overwrite, src, tgt, verbose |
Fields inherited from class com.bbn.openmap.util.wanderer.Wanderer |
---|
exhaustiveSearch, topToBottom |
Constructor Summary | |
---|---|
OneWaySync.BackCheck(java.lang.String targetDirName,
java.lang.String srcDirName)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.bbn.openmap.util.wanderer.OneWaySync |
---|
checkTargetSolos, checkToSkipDirectory, checkToSkipFile, copy, getFakeit, getRelativePathFromSource, getRelativePathFromTarget, getSourceFile, getTargetFile, getVerbose, handleDirectory, main, setDirSuffixAvoids, setDirSuffixLimits, setFakeit, setFileSuffixAvoids, setFileSuffixLimits, setVerbose, start, subtractPathFromDirectory, writeUnsynched |
Methods inherited from class com.bbn.openmap.util.wanderer.Wanderer |
---|
getCallback, handleEntry, isExhaustiveSearch, isTopToBottom, setCallback, setExhaustiveSearch, setTopToBottom |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OneWaySync.BackCheck(java.lang.String targetDirName, java.lang.String srcDirName)
Method Detail |
---|
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 directory
public boolean handleFile(java.io.File file)
OneWaySync
handleFile
in interface WandererCallback
handleFile
in class OneWaySync
file
- to handle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |