java.lang.Object org.supermind.crawl.scope.SameParentHostFLFilter org.supermind.crawl.scope.PrefixPathFLFilterParent
public class PrefixPathFLFilterParent
Allows a URL if it has the same path or host as its parent (originating page), .
Field Summary |
---|
Fields inherited from interface org.supermind.crawl.scope.ScopeFilter |
---|
ABSTAIN, ALLOW, REJECT |
Constructor Summary | |
---|---|
PrefixPathFLFilterParent()
|
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 |
---|
public PrefixPathFLFilterParent()
Method Detail |
---|
public int filter(FetchListScope.Input input)
ScopeFilter
ScopeFilter.ALLOW
, ScopeFilter.REJECT
and ScopeFilter.ABSTAIN
.
filter
in interface ScopeFilter<FetchListScope.Input>
filter
in class SameParentHostFLFilter