org.archive.wayback.resourceindex.filters
Class BeanShellFilter
java.lang.Object
org.archive.wayback.resourceindex.filters.BeanShellFilter
- All Implemented Interfaces:
- ObjectFilter<CaptureSearchResult>
public class BeanShellFilter
- extends Object
- implements ObjectFilter<CaptureSearchResult>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanShellFilter
public BeanShellFilter()
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.
- Specified by:
filterObject in interface ObjectFilter<CaptureSearchResult>
- Parameters:
o - Object which should be checked for inclusion/exclusion or abort
- Returns:
- int of FILTER_INCLUDE, FILTER_EXCLUDE, or FILTER_ABORT
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
getScriptPath
public String getScriptPath()
setScriptPath
public void setScriptPath(String scriptPath)
Copyright © 2005-2011 Internet Archive. All Rights Reserved.