Interface DatasetTracker.Callback

Enclosing interface:
DatasetTracker

public static interface DatasetTracker.Callback
  • Method Details

    • hasDataRoot

      void hasDataRoot(DataRootExt dataRoot)
    • hasDataset

      void hasDataset(thredds.client.catalog.Dataset dd)
    • hasTrackedDataset

      void hasTrackedDataset(thredds.client.catalog.Dataset dd)
    • hasNcml

      void hasNcml(thredds.client.catalog.Dataset dd)
    • hasRestriction

      void hasRestriction(thredds.client.catalog.Dataset dd)
    • hasCatalogRef

      void hasCatalogRef(ConfigCatalog dd)
    • finish

      void finish()