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.Catalog
TDS Configuration Catalog
Since:
1/15/2015
  • Field Summary

    Fields inherited from class thredds.client.catalog.Catalog

    CATALOG_NAMESPACE_10, DatasetHash, DatasetRoots, defNS, Expires, ncmlNS, ncmlNSHttps, NJ22_NAMESPACE, NJ22_NAMESPACE_HTTPS, Services, Version, XLINK_NAMESPACE, xlinkNS, xsiNS

    Fields inherited from class thredds.client.catalog.DatasetNode

    flds, name, parent
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigCatalog(URI baseURI, String name, Map<String,Object> flds, List<thredds.client.catalog.builder.DatasetBuilder> datasets)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    thredds.client.catalog.builder.CatalogBuilder
    Deprecated.
    thredds.client.catalog.builder.CatalogBuilder
     

    Methods inherited from class thredds.client.catalog.Catalog

    findDatasetByID, findService, findService, getAllDatasets, getBaseURI, getExpires, getProperties, getServices, getUriString, getVersion, hasService, resolveUri, resolveUri, subsetCatalogOnDataset

    Methods inherited from class thredds.client.catalog.DatasetNode

    findDatasetByName, get, getDatasets, getDatasetsLocal, getDatasetsLogical, getFldIterator, getLocalFieldAsList, getName, getParent, getParentCatalog, getParentDataset, hasNestedDatasets

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigCatalog

      public ConfigCatalog(URI baseURI, String name, Map<String,Object> flds, List<thredds.client.catalog.builder.DatasetBuilder> datasets)
  • Method Details

    • getDatasetRoots

      public List<DatasetRootConfig> getDatasetRoots()
    • getCatalogScans

      public List<CatalogScan> getCatalogScans()
    • makeCatalogBuilder

      public thredds.client.catalog.builder.CatalogBuilder makeCatalogBuilder(String context)
    • makeCatalogBuilder

      @Deprecated public thredds.client.catalog.builder.CatalogBuilder makeCatalogBuilder()
      Deprecated.