Package jc.pbntools.download

Examples of jc.pbntools.download.LinReader.verify()


    File travFile = new File(f.decodeUrlRes(SoupProxy.absUrl(e, "href")));
    Document travDoc = proxy.getDocument(travFile.toString());
    Elements ele2 = travDoc.select("a:matches(Lin)");
    for (Element e2: ele2) {
      String sLinFile = SoupProxy.absUrl(e2, "href");
      assert(dr.verify(sLinFile, !f.isDebugMode()));
      Deal[] deals = dr.readDeals(sLinFile, false); // bSilent
      pbnFile.addDeals(deals);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.