Package org.archive.wayback.util

Examples of org.archive.wayback.util.FileDownloader


      this.nodeNames = nodeNames;
      this.runInterval = runInterval;
      this.rangeFile = rangeFile;
      this.definitionFile = definitionFile;
      this.md5File = md5File;
      this.downloader = new FileDownloader();
      this.downloader.setDigest(true);
      LOGGER.info("DynamicCDXSyncherThread is alive.");
    }
View Full Code Here


      this.nodeNames = nodeNames;
      this.runInterval = runInterval;
      this.rangeFile = rangeFile;
      this.definitionFile = definitionFile;
      this.md5File = md5File;
      this.downloader = new FileDownloader();
      this.downloader.setDigest(true);
      LOGGER.info("DynamicCDXSyncherThread is alive.");
    }
View Full Code Here

TOP

Related Classes of org.archive.wayback.util.FileDownloader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.