org.seasar.robot.entity
クラス RobotsTxt.Directives

java.lang.Object
  上位を拡張 org.seasar.robot.entity.RobotsTxt.Directives
含まれているクラス:
RobotsTxt

public static class RobotsTxt.Directives
extends Object


コンストラクタの概要
RobotsTxt.Directives()
           
 
メソッドの概要
 void addAllow(String path)
           
 void addDisallow(String path)
           
 boolean allows(String path)
           
 String[] getAllows()
           
 int getCrawlDelay()
           
 String[] getDisallows()
           
 void setCrawlDelay(int crawlDelay)
           
 
クラス 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.