Package se.fidde.detective.crawlers

Examples of se.fidde.detective.crawlers.Crawler


  private static void invokeTasks(){
    ForkJoinPool pool = new ForkJoinPool();
   
    for(File child : foldersToScan){
      pool.invoke(new Crawler(child));
       
    }
  }
View Full Code Here

TOP

Related Classes of se.fidde.detective.crawlers.Crawler

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.