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