org.apache.http.norobots
Interface Rule

Package class diagram package Rule

public interface Rule

A robots.txt rule. Is a particular path allowed?


Method Summary
 Boolean isAllowed(String path)
          Boolean.TRUE means it is allowed.
 

Method Detail

isAllowed

Boolean isAllowed(String path)
Boolean.TRUE means it is allowed. Boolean.FALSE means it is not allowed. null means that this rule is not applicable.



Copyright © 2008 The Apache Software Foundation