public static interface CatalogCrawler.Listener
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCatalogRef(CatalogRef dd,
java.lang.Object context)
Gets called for each catalogRef found
|
void |
getDataset(Dataset dd,
java.lang.Object context)
Gets called for each dataset found.
|
void getDataset(Dataset dd, java.lang.Object context)
dd - the datasetcontext - caller can pass this object in (used for thread safety)boolean getCatalogRef(CatalogRef dd, java.lang.Object context)
dd - the datasetcontext - caller can pass this object in (used for thread safety)