Package com.flaptor.hounder.crawler

Examples of com.flaptor.hounder.crawler.CacheBean.initialize()


            logger.debug("Forcing refetch");
        } else {
            logger.debug("Not forcing refetch");
        }
        config.initialize(null, cacheDir, baseDir, urlFile, -1);
        cacheB.initialize(config.getCacheDir(), true);
        UrlsBean ub= new UrlsBean();
        ub.initialize(config,cacheB);
        ub.startBGFetcher(refetch);       
    }
}
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.