thredds.catalog.crawl
Interface CatalogCrawler.Listener
- All Known Implementing Classes:
- CatalogExtractor, DatasetCollectionFromCatalog
- Enclosing class:
- CatalogCrawler
public static interface CatalogCrawler.Listener
getDataset
void getDataset(InvDataset dd,
Object context)
- Gets called for each dataset found.
- Parameters:
dd
- the datasetcontext
- caller can pass this object in (used for thread safety)
getCatalogRef
boolean getCatalogRef(InvCatalogRef dd,
Object context)
- Gets called for each catalogRef found
- Parameters:
dd
- the datasetcontext
- caller can pass this object in (used for thread safety)
- Returns:
- true to process, false to skip
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.