Package thredds.cataloggen.config
Class CatalogGenConfig
- java.lang.Object
-
- thredds.cataloggen.config.CatalogGenConfig
-
public class CatalogGenConfig extends Object
Title: Catalog Generator
Description: Tool for generating THREDDS catalogs.
Copyright: Copyright (c) 2001
Company: UCAR/Unidata
-
-
Field Summary
Fields Modifier and Type Field Description static String
CATALOG_GEN_CONFIG_NAMESPACE_URI_0_5
-
Constructor Summary
Constructors Constructor Description CatalogGenConfig(InvDataset parentDataset, String typeName)
ConstructorCatalogGenConfig(InvDataset parentDataset, thredds.cataloggen.config.CatalogGenConfig.Type type)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetSource
getDatasetSource()
Return the DatasetSource for this CatalogGenConfigInvDataset
getParentDataset()
Return the parent dataset of this CatalogGenConfigthredds.cataloggen.config.CatalogGenConfig.Type
getType()
Return the type of this CatalogGenConfigvoid
setDatasetSource(DatasetSource dsSource)
Set the DatasetSource for this CatalogGenConfigvoid
setParentDataset(InvDataset parentDataset)
Set the type of this CatalogGenConfigvoid
setType(thredds.cataloggen.config.CatalogGenConfig.Type type)
Set the type of this CatalogGenConfigString
toString()
boolean
validate(StringBuilder out)
-
-
-
Field Detail
-
CATALOG_GEN_CONFIG_NAMESPACE_URI_0_5
public static final String CATALOG_GEN_CONFIG_NAMESPACE_URI_0_5
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CatalogGenConfig
public CatalogGenConfig(InvDataset parentDataset, String typeName)
Constructor
-
CatalogGenConfig
public CatalogGenConfig(InvDataset parentDataset, thredds.cataloggen.config.CatalogGenConfig.Type type)
Constructor
-
-
Method Detail
-
getParentDataset
public InvDataset getParentDataset()
Return the parent dataset of this CatalogGenConfig
-
setParentDataset
public void setParentDataset(InvDataset parentDataset)
Set the type of this CatalogGenConfig
-
getType
public thredds.cataloggen.config.CatalogGenConfig.Type getType()
Return the type of this CatalogGenConfig
-
setType
public void setType(thredds.cataloggen.config.CatalogGenConfig.Type type)
Set the type of this CatalogGenConfig
-
getDatasetSource
public DatasetSource getDatasetSource()
Return the DatasetSource for this CatalogGenConfig
-
setDatasetSource
public void setDatasetSource(DatasetSource dsSource)
Set the DatasetSource for this CatalogGenConfig
-
validate
public boolean validate(StringBuilder out)
-
-