|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.wayback.resourceindex.filters.StartDateFilter
public class StartDateFilter
SearchResultFilter which includes all records until 1 is found before start date then it aborts processing. Assumed usage is for URL matches, when records will be ordered by capture date and traversed in REVERSE ORDER, in which case the first record before the startDate provided indicates that no further records will possibly match.
| Field Summary |
|---|
| Fields inherited from interface org.archive.wayback.util.ObjectFilter |
|---|
FILTER_ABORT, FILTER_EXCLUDE, FILTER_INCLUDE |
| Constructor Summary | |
|---|---|
StartDateFilter(java.lang.String startDate)
|
|
| Method Summary | |
|---|---|
int |
filterObject(CaptureSearchResult r)
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 |
| Constructor Detail |
|---|
public StartDateFilter(java.lang.String startDate)
startDate - String timestamp which marks the end of includable
records| Method Detail |
|---|
public int filterObject(CaptureSearchResult r)
ObjectFilter
filterObject in interface ObjectFilter<CaptureSearchResult>r - Object which should be checked for inclusion/exclusion or abort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||