Package org.archive.accesscontrol.robotstxt

Examples of org.archive.accesscontrol.robotstxt.CachingRobotClient


     * @param oracleUrl
     *            Base url of the oracle webapp. eg.
     *            "http://localhost:8080/exclusions-oracle/"
     */
    public AccessControlClient(String oracleUrl) {
        this(new CachingRuleDao(oracleUrl), new CachingRobotClient());
    }
View Full Code Here

TOP

Related Classes of org.archive.accesscontrol.robotstxt.CachingRobotClient

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.