public class CatalogGenConfig extends Object
Title: Catalog Generator
Description: Tool for generating THREDDS catalogs.
Copyright: Copyright (c) 2001
Company: UCAR/Unidata
Modifier and Type | Field and Description |
---|---|
static String |
CATALOG_GEN_CONFIG_NAMESPACE_URI_0_5 |
Constructor and Description |
---|
CatalogGenConfig(InvDataset parentDataset,
thredds.cataloggen.config.CatalogGenConfig.Type type)
Constructor
|
CatalogGenConfig(InvDataset parentDataset,
String typeName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
DatasetSource |
getDatasetSource()
Return the DatasetSource for this CatalogGenConfig
|
InvDataset |
getParentDataset()
Return the parent dataset of this CatalogGenConfig
|
thredds.cataloggen.config.CatalogGenConfig.Type |
getType()
Return the type of this CatalogGenConfig
|
void |
setDatasetSource(DatasetSource dsSource)
Set the DatasetSource for this CatalogGenConfig
|
void |
setParentDataset(InvDataset parentDataset)
Set the type of this CatalogGenConfig
|
void |
setType(thredds.cataloggen.config.CatalogGenConfig.Type type)
Set the type of this CatalogGenConfig
|
String |
toString() |
boolean |
validate(StringBuilder out) |
public static final String CATALOG_GEN_CONFIG_NAMESPACE_URI_0_5
public CatalogGenConfig(InvDataset parentDataset, String typeName)
public CatalogGenConfig(InvDataset parentDataset, thredds.cataloggen.config.CatalogGenConfig.Type type)
public InvDataset getParentDataset()
public void setParentDataset(InvDataset parentDataset)
public thredds.cataloggen.config.CatalogGenConfig.Type getType()
public void setType(thredds.cataloggen.config.CatalogGenConfig.Type type)
public DatasetSource getDatasetSource()
public void setDatasetSource(DatasetSource dsSource)
public boolean validate(StringBuilder out)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.