Package thredds.server.catalog.tracker
Interface DatasetTracker.Callback
-
- Enclosing interface:
- DatasetTracker
public static interface DatasetTracker.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinish()voidhasCatalogRef(ConfigCatalog dd)voidhasDataRoot(DataRootExt dataRoot)voidhasDataset(thredds.client.catalog.Dataset dd)voidhasNcml(thredds.client.catalog.Dataset dd)voidhasRestriction(thredds.client.catalog.Dataset dd)voidhasTrackedDataset(thredds.client.catalog.Dataset dd)
-
-
-
Method Detail
-
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()
-
-