public static interface CatalogCrawler.Listener
| Modifier and Type | Method and Description |
|---|---|
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 - object passed into crawl() by the caller