|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SpiderFilter
SpiderFilter: Filters will cause the spider to skip URL's.
| Method Summary | |
|---|---|
boolean |
isExcluded(java.net.URL url)
Check to see if the specified URL is to be excluded. |
void |
newHost(java.lang.String host,
java.lang.String userAgent)
Called when a new host is to be processed. |
| Method Detail |
|---|
boolean isExcluded(java.net.URL url)
url - The URL to be checked.
void newHost(java.lang.String host,
java.lang.String userAgent)
throws java.io.IOException
host - The new host.userAgent - The user agent being used by the spider. Leave null for
default.
java.io.IOException - Thrown if an I/O error occurs.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||