Package fr.eolya.crawler.connectors.web

Examples of fr.eolya.crawler.connectors.web.SourceItemWeb


import fr.eolya.utils.nosql.IDBConnection;

public class SourceItemsQueueTest extends TestCase {

  private static SourceItemWeb getItemWeb(int sourceId, String url, int depth) {
    return new  SourceItemWeb(sourceId, url, depth, url, url, "", "", null, null, "", "", "", "", "", "", "", "s", false);
  }
View Full Code Here

TOP

Related Classes of fr.eolya.crawler.connectors.web.SourceItemWeb

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.