org.supermind.crawl.scope
Class ParseScope

java.lang.Object
  extended by org.supermind.crawl.scope.AbstractScope<FetcherOutput>
      extended by org.supermind.crawl.scope.ParseScope

public class ParseScope
extends AbstractScope<FetcherOutput>

Scope to determine what which fetched URLs are parsed.


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

ParseScope

public ParseScope()