org.supermind.crawl.scope
Class PostFetchScope

java.lang.Object
  extended by org.supermind.crawl.scope.AbstractScope<PostFetchScope.Input>
      extended by org.supermind.crawl.scope.PostFetchScope

public class PostFetchScope
extends AbstractScope<PostFetchScope.Input>

Scope to determine which fetched URLs are processed by PostFetchProcessors.


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

PostFetchScope

public PostFetchScope()