org.apache.droids.norobots
Interface Rule


public interface Rule

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


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

Method Detail

isAllowed

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



Copyright © 2007-2009. All Rights Reserved.