thredds.catalog.crawl
Interface CatalogCrawler.Listener

All Known Implementing Classes:
CatalogExtractor
Enclosing class:
CatalogCrawler

public static interface CatalogCrawler.Listener


Method Summary
 boolean getCatalogRef(InvCatalogRef dd)
          Gets called for each catalogRef found
 void getDataset(InvDataset dd)
          Gets called for each dataset found.
 

Method Detail

getDataset

void getDataset(InvDataset dd)
Gets called for each dataset found.

Parameters:
dd - the dataset

getCatalogRef

boolean getCatalogRef(InvCatalogRef dd)
Gets called for each catalogRef found

Parameters:
dd - the dataset
Returns:
true to process, false to skip