Package org.webharvest.utils

Examples of org.webharvest.utils.SystemUtilities


    private SystemUtilities systemUtilities;

    public ScraperContext(Scraper scraper, ScraperContext callerContext) {
    super();
        this.callerContext = callerContext;
        this.systemUtilities = new SystemUtilities(scraper);
        this.put("sys", this.systemUtilities);
        this.put("http", scraper.getHttpClientManager().getHttpInfo());
    }
View Full Code Here

TOP

Related Classes of org.webharvest.utils.SystemUtilities

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.