public static interface CatalogCrawler.Listener
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCatalogRef(CatalogRef dd,
Object context)
Gets called for each catalogRef found
|
void |
getDataset(Dataset dd,
Object context)
Gets called for each dataset found.
|
void getDataset(Dataset dd, Object context)
dd - the datasetcontext - caller can pass this object in (used for thread safety)boolean getCatalogRef(CatalogRef dd, Object context)
dd - the datasetcontext - caller can pass this object in (used for thread safety)Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.