Package thredds.server.catalog.builder
Class ConfigCatalogBuilder
- java.lang.Object
-
- thredds.client.catalog.builder.CatalogBuilder
-
- thredds.server.catalog.builder.ConfigCatalogBuilder
-
public class ConfigCatalogBuilder extends thredds.client.catalog.builder.CatalogBuilderBuilder of ConfigCatalog- Since:
- 1/15/2015
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DatasetRootConfig>roots
-
Constructor Summary
Constructors Constructor Description ConfigCatalogBuilder(String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected thredds.client.catalog.builder.DatasetBuilderbuildOtherDataset(thredds.client.catalog.builder.DatasetBuilder parent, org.jdom2.Element elem)ConfigCatalogmakeCatalog()protected thredds.client.catalog.builder.DatasetBuilderreadCatalogRef(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
-
-
-
-
Field Detail
-
roots
protected List<DatasetRootConfig> roots
-
-
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:
buildOtherDatasetin classthredds.client.catalog.builder.CatalogBuilder
-
readCatalogRef
protected thredds.client.catalog.builder.DatasetBuilder readCatalogRef(thredds.client.catalog.builder.DatasetBuilder parent, org.jdom2.Element catRefElem)- Overrides:
readCatalogRefin classthredds.client.catalog.builder.CatalogBuilder
-
makeCatalog
public ConfigCatalog makeCatalog()
- Overrides:
makeCatalogin classthredds.client.catalog.builder.CatalogBuilder
-
-