Package spiderman.plugin.duplicate

Examples of spiderman.plugin.duplicate.DocIDServer


 
  public void init(Site site, SpiderListener listener) {
    this.site = site;
    this.listener = listener;
    if (this.site.db == null) {
      this.site.db = new DocIDServer(site.getName(), listener);
      listener.onInfo(Thread.currentThread(), null, "DocIDServer -> " + site.getName() + " initial success...");
    }
  }
View Full Code Here

TOP

Related Classes of spiderman.plugin.duplicate.DocIDServer

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.