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.
|
Object |
getConfigObject()
Return the configuration object.
|
boolean accept(CrawlableDataset dataset)
dataset
- the CrawlableDataset to test for inclusion.Object getConfigObject()
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.