Interface CatalogCrawler.Listener

    • Method Detail

      • getDataset

        void getDataset​(Dataset dd,
                        Object context)
        Gets called for each dataset found.
        Parameters:
        dd - the dataset
        context - object passed into crawl() by the caller