Class ConfigCatalogBuilder

java.lang.Object
thredds.client.catalog.builder.CatalogBuilder
thredds.server.catalog.builder.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
     

    Fields inherited from class thredds.client.catalog.builder.CatalogBuilder

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected thredds.client.catalog.builder.DatasetBuilder
    buildOtherDataset(thredds.client.catalog.builder.DatasetBuilder parent, org.jdom2.Element elem)
     
     
    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

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ConfigCatalogBuilder

      public ConfigCatalogBuilder(String context)
  • Method Details

    • 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