org.seasar.robot.entity
クラス RobotsTxt.Directives
java.lang.Object
org.seasar.robot.entity.RobotsTxt.Directives
- 含まれているクラス:
- RobotsTxt
public static class RobotsTxt.Directives
- extends Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RobotsTxt.Directives
public RobotsTxt.Directives()
setCrawlDelay
public void setCrawlDelay(int crawlDelay)
getCrawlDelay
public int getCrawlDelay()
allows
public boolean allows(String path)
addAllow
public void addAllow(String path)
addDisallow
public void addDisallow(String path)
getAllows
public String[] getAllows()
getDisallows
public String[] getDisallows()
Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.