Package org.archive.crawler.framework

Examples of org.archive.crawler.framework.BeanLookupBindings


    private List<Map<String, String>> availableGlobalVariables;
   
    public ScriptingConsole(CrawlJob job) {
        this.cj = job;
        this.bindings = new BeanLookupBindings(this.cj.getJobContext());
        this.script = "";
       
        setupAvailableGlobalVariables();
    }
View Full Code Here

TOP

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

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.