org.archive.wayback.accesscontrol.remote
Class RemoteExclusionFilter
java.lang.Object
org.archive.wayback.resourceindex.filters.ExclusionFilter
org.archive.wayback.accesscontrol.remote.RemoteExclusionFilter
- All Implemented Interfaces:
- ObjectFilter<CaptureSearchResult>
Deprecated. superseded by ExclusionOracle
public class RemoteExclusionFilter
- extends ExclusionFilter
SearchResultFilter which uses remote access control/exclusion service to
filter results.
- Version:
- $Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
- Author:
- brad
|
Method Summary |
int |
filterObject(CaptureSearchResult r)
Deprecated. inpect record and determine if it should be included in the
results or not, or if processing of new records should stop. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteExclusionFilter
public RemoteExclusionFilter(String urlPrefix,
String userAgent)
- Deprecated.
- Constructor
- Parameters:
urlPrefix - String prefix for remote exclusion serviceuserAgent - String user agent to send to remote exclusion service
filterObject
public int filterObject(CaptureSearchResult r)
- Deprecated.
- Description copied from interface:
ObjectFilter
- inpect record and determine if it should be included in the
results or not, or if processing of new records should stop.
- Parameters:
r - Object which should be checked for inclusion/exclusion or abort
- Returns:
- int of FILTER_INCLUDE, FILTER_EXCLUDE, or FILTER_ABORT
Copyright © 2005-2011 Internet Archive. All Rights Reserved.