org.archive.wayback.accesscontrol.oracleclient
Class OracleExclusionFilter
java.lang.Object
org.archive.wayback.resourceindex.filters.ExclusionFilter
org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
- All Implemented Interfaces:
- ObjectFilter<CaptureSearchResult>
public class OracleExclusionFilter
- extends ExclusionFilter
- Author:
- brad
|
Method Summary |
int |
filterObject(CaptureSearchResult o)
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 |
OracleExclusionFilter
public OracleExclusionFilter(String oracleUrl,
String accessGroup)
- Parameters:
oracleUrl - String URL prefix for the Oracle HTTP serveraccessGroup - String group to use with requests to the Oracle
OracleExclusionFilter
public OracleExclusionFilter(String oracleUrl,
String accessGroup,
String proxyHostPort)
- Parameters:
oracleUrl - String URL prefix for the Oracle HTTP serveraccessGroup - String group to use with requests to the OracleproxyHostPort - String proxyHost:proxyPort to use for robots.txt
filterObject
public int filterObject(CaptureSearchResult o)
- 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:
o - 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.