Interface CatalogCrawler.Listener

    • Method Detail

      • getDataset

        void getDataset​(InvDataset dd,
                        Object context)
        Gets called for each dataset found.
        Parameters:
        dd - the dataset
        context - caller can pass this object in (used for thread safety)
      • getCatalogRef

        boolean getCatalogRef​(InvCatalogRef dd,
                              Object context)
        Gets called for each catalogRef found
        Parameters:
        dd - the dataset
        context - caller can pass this object in (used for thread safety)
        Returns:
        true to process, false to skip