public class RegExpMatchOnPathFilter extends RegExpMatchOnNameFilter
pattern
Constructor and Description |
---|
RegExpMatchOnPathFilter(java.lang.String regExpString) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(CrawlableDataset dataset)
Test whether the specified CrawlableDataset should be included
in a list of CrawlableDatasets.
|
getConfigObject, getRegExpString
public RegExpMatchOnPathFilter(java.lang.String regExpString)
public boolean accept(CrawlableDataset dataset)
CrawlableDatasetFilter
accept
in interface CrawlableDatasetFilter
accept
in class RegExpMatchOnNameFilter
dataset
- the CrawlableDataset to test for inclusion.