public interface CrawlableDatasetFilter
Instances of this interface may be passed to the
method of the CrawlableDataset.listDatasets(CrawlableDatasetFilter)
class.CrawlableDataset
CrawlableDataset.listDatasets(CrawlableDatasetFilter)
Modifier and Type | Method and Description |
---|---|
boolean |
accept(CrawlableDataset dataset)
Test whether the specified CrawlableDataset should be included
in a list of CrawlableDatasets.
|
java.lang.Object |
getConfigObject()
Return the configuration object.
|
boolean accept(CrawlableDataset dataset)
dataset
- the CrawlableDataset to test for inclusion.java.lang.Object getConfigObject()