|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrawlableDatasetFilter
A filter for CrawlableDatasets.
Instances of this interface may be passed to the
method of the CrawlableDataset.listDatasets(CrawlableDatasetFilter)
class.CrawlableDataset
CrawlableDataset.listDatasets(CrawlableDatasetFilter)
Method Summary | |
---|---|
boolean |
accept(CrawlableDataset dataset)
Test whether the specified CrawlableDataset should be included in a list of CrawlableDatasets. |
Object |
getConfigObject()
Return the configuration object. |
Method Detail |
---|
boolean accept(CrawlableDataset dataset)
dataset
- the CrawlableDataset to test for inclusion.
Object getConfigObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |