Package thredds.server.catalog
Class ConfigCatalog
- java.lang.Object
-
- thredds.client.catalog.DatasetNode
-
- thredds.client.catalog.Catalog
-
- thredds.server.catalog.ConfigCatalog
-
@Immutable public class ConfigCatalog extends thredds.client.catalog.CatalogTDS Configuration Catalog- Since:
- 1/15/2015
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CatalogScan>getCatalogScans()List<DatasetRootConfig>getDatasetRoots()thredds.client.catalog.builder.CatalogBuildermakeCatalogBuilder()-
Methods inherited from class thredds.client.catalog.Catalog
findDatasetByID, findService, findService, getAllDatasets, getBaseURI, getExpires, getProperties, getServices, getUriString, getVersion, hasService, resolveUri, resolveUri, subsetCatalogOnDataset
-
-
-
-
Method Detail
-
getDatasetRoots
public List<DatasetRootConfig> getDatasetRoots()
-
getCatalogScans
public List<CatalogScan> getCatalogScans()
-
makeCatalogBuilder
public thredds.client.catalog.builder.CatalogBuilder makeCatalogBuilder()
-
-