thredds.catalog.crawl
Interface CatalogCrawler.Listener

All Known Implementing Classes:
CatalogExtractor, DatasetCollectionFromCatalog
Enclosing class:
CatalogCrawler

public static interface CatalogCrawler.Listener


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

Method Detail

getDataset

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

Parameters:
dd - the dataset
context - 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 dataset
context - 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.