Package org.archive.crawler.framework

Examples of org.archive.crawler.framework.Engine


        setupGlobalProperties(port);
       
        // Start Heritrix.
        try {
            engine = new Engine(jobsDir);
            component = new Component();
           
            if(bindHosts.isEmpty()) {
                // listen all addresses
                setupServer(port, null, keystorePath, keystorePassword, keyPassword);
View Full Code Here

TOP

Related Classes of org.archive.crawler.framework.Engine

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.