public class WildcardMatchOnPathFilter extends WildcardMatchOnNameFilter
pattern, wildcardString| Constructor and Description |
|---|
WildcardMatchOnPathFilter(java.lang.String wildcardString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(CrawlableDataset dataset)
Test whether the specified CrawlableDataset should be included
in a list of CrawlableDatasets.
|
getConfigObject, getWildcardStringpublic WildcardMatchOnPathFilter(java.lang.String wildcardString)
public boolean accept(CrawlableDataset dataset)
CrawlableDatasetFilteraccept in interface CrawlableDatasetFilteraccept in class WildcardMatchOnNameFilterdataset - the CrawlableDataset to test for inclusion.