org.supermind.crawl.scope
Class PrefixPathFetchListFilter

java.lang.Object
  extended by org.supermind.crawl.scope.SameHostFetchListFilter
      extended by org.supermind.crawl.scope.PrefixPathFetchListFilter
All Implemented Interfaces:
ScopeFilter<FetchListScope.Input>

public class PrefixPathFetchListFilter
extends SameHostFetchListFilter


Field Summary
 
Fields inherited from interface org.supermind.crawl.scope.ScopeFilter
ABSTAIN, ALLOW, REJECT
 
Constructor Summary
PrefixPathFetchListFilter()
           
 
Method Summary
 int filter(FetchListScope.Input input)
          Filter the input.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixPathFetchListFilter

public PrefixPathFetchListFilter()
Method Detail

filter

public int filter(FetchListScope.Input input)
Description copied from interface: ScopeFilter
Filter the input. Possible return values are ScopeFilter.ALLOW, ScopeFilter.REJECT and ScopeFilter.ABSTAIN.

Specified by:
filter in interface ScopeFilter<FetchListScope.Input>
Overrides:
filter in class SameHostFetchListFilter
Returns: