Package com.panforge.robotstxt
Interface Grant
-
public interface GrantGrant.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClause()Gets clause being engaged.IntegergetCrawlDelay()Gets crawl delay from the group.List<String>getUserAgents()Gets user agents from the group.booleanhasAccess()Checks if there is an access granted.
-
-
-
Method Detail
-
hasAccess
boolean hasAccess()
Checks if there is an access granted.- Returns:
trueif access granted
-
getClause
String getClause()
Gets clause being engaged.- Returns:
- clause
-
getCrawlDelay
Integer getCrawlDelay()
Gets crawl delay from the group.- Returns:
- crawl delay (in seconds) or
nullif no crawl delay defined
-
-