com.bbn.openmap.util.wanderer
Class OneWaySync.BackCheck

java.lang.Object
  extended bycom.bbn.openmap.util.wanderer.Wanderer
      extended bycom.bbn.openmap.util.wanderer.OneWaySync
          extended bycom.bbn.openmap.util.wanderer.OneWaySync.BackCheck
All Implemented Interfaces:
WandererCallback
Enclosing class:
OneWaySync

public static class OneWaySync.BackCheck
extends OneWaySync


Nested Class Summary
 
Nested classes 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
 
Constructor Summary
OneWaySync.BackCheck(java.lang.String targetDirName, java.lang.String srcDirName)
           
 
Method Summary
 void handleDirectory(java.io.File directory, java.lang.String[] contentNames)
          Wanderer method handing directories.
 void 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, setCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneWaySync.BackCheck

public OneWaySync.BackCheck(java.lang.String targetDirName,
                            java.lang.String srcDirName)
Method Detail

handleDirectory

public void handleDirectory(java.io.File directory,
                            java.lang.String[] contentNames)
Description copied from class: OneWaySync
Wanderer method handing directories.

Overrides:
handleDirectory in class OneWaySync

handleFile

public void handleFile(java.io.File file)
Description copied from class: OneWaySync
WandererCallback method handing files, check and copy those that fit the avoid and limit parameters.

Specified by:
handleFile in interface WandererCallback
Overrides:
handleFile in class OneWaySync


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details