Class ConfigCatalogBuilder


  • public class ConfigCatalogBuilder
    extends thredds.client.catalog.builder.CatalogBuilder
    Builder of ConfigCatalog
    Since:
    1/15/2015
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected List<DatasetRootConfig> roots  
      • Fields inherited from class thredds.client.catalog.builder.CatalogBuilder

        baseURI, datasetBuilders, errlog, expires, fatalError, name, properties, services, version
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected thredds.client.catalog.builder.DatasetBuilder buildOtherDataset​(thredds.client.catalog.builder.DatasetBuilder parent, org.jdom2.Element elem)  
      ConfigCatalog makeCatalog()  
      protected thredds.client.catalog.builder.DatasetBuilder readCatalogRef​(thredds.client.catalog.builder.DatasetBuilder parent, org.jdom2.Element catRefElem)  
      • Methods inherited from class thredds.client.catalog.builder.CatalogBuilder

        addDataset, addProperty, addService, buildFromCatref, buildFromJdom, buildFromLocation, buildFromStream, buildFromString, buildFromURI, getDatasets, getErrorMessage, getTopDataset, getValidationMessage, hasFatalError, hasService, hasServiceInDataset, makeDateType, readAccess, readCalendar, readContributor, readControlledVocabulary, readDataset, readDatasetInfo, readDataSize, readDate, readDocumentation, readDouble, readDuration, readGeospatialCoverage, readGeospatialRange, readMetadata, readProperty, readService, readSource, readThreddsMetadataGroup, readTimeCoverage, readVariable, readVariables, removeAnyService, setBaseURI, setExpires, setFields, setName, setVersion
    • Constructor Detail

      • ConfigCatalogBuilder

        public ConfigCatalogBuilder​(String context)
    • Method Detail

      • buildOtherDataset

        protected thredds.client.catalog.builder.DatasetBuilder buildOtherDataset​(thredds.client.catalog.builder.DatasetBuilder parent,
                                                                                  org.jdom2.Element elem)
        Overrides:
        buildOtherDataset in class thredds.client.catalog.builder.CatalogBuilder
      • readCatalogRef

        protected thredds.client.catalog.builder.DatasetBuilder readCatalogRef​(thredds.client.catalog.builder.DatasetBuilder parent,
                                                                               org.jdom2.Element catRefElem)
        Overrides:
        readCatalogRef in class thredds.client.catalog.builder.CatalogBuilder
      • makeCatalog

        public ConfigCatalog makeCatalog()
        Overrides:
        makeCatalog in class thredds.client.catalog.builder.CatalogBuilder