java.lang.Object org.supermind.crawl.scope.AbstractScope<PostFetchScope.Input> org.supermind.crawl.scope.PostFetchScope
public class PostFetchScope
Scope to determine which fetched URLs are processed by
PostFetchProcessor
s.
Nested Class Summary | |
---|---|
static class |
PostFetchScope.Input
|
Field Summary |
---|
Fields inherited from class org.supermind.crawl.scope.AbstractScope |
---|
allowByDefault, filters |
Constructor Summary | |
---|---|
PostFetchScope()
|
Method Summary |
---|
Methods inherited from class org.supermind.crawl.scope.AbstractScope |
---|
add, isInScope, setAllowByDefault, setFilters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostFetchScope()