org.supermind.crawl.scope
Class FetchListScope

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

public class FetchListScope
extends AbstractScope<FetchListScope.Input>

Scope to determine what URLs are added to a FetchList.


Nested Class Summary
static class FetchListScope.Input
           
 
Field Summary
 
Fields inherited from class org.supermind.crawl.scope.AbstractScope
allowByDefault, filters
 
Constructor Summary
FetchListScope()
           
 
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

FetchListScope

public FetchListScope()