| Package | Description |
|---|---|
| thredds.cataloggen.config |
| Modifier and Type | Class and Description |
|---|---|
class |
DodsDirDatasetSource
Title: Catalog Generator
|
class |
DodsFileServerDatasetSource |
class |
GrADSDataServerDatasetSource |
class |
LocalDatasetSource
Concrete implementation of DatasetSource for local disk sources.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetSource |
CatalogGenConfig.getDatasetSource()
Return the DatasetSource for this CatalogGenConfig
|
DatasetSource |
CatalogRefInfo.getDatasetSource() |
DatasetSource |
DatasetFilter.getParentDatasetSource()
Return the parent DatasetSource of this DatasetFilter
|
static DatasetSource |
DatasetSource.newDatasetSource(String name,
DatasetSourceType type,
DatasetSourceStructure structure,
String accessPoint,
ResultService resultService)
Factory method for this abstract class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogGenConfig.setDatasetSource(DatasetSource dsSource)
Set the DatasetSource for this CatalogGenConfig
|
| Constructor and Description |
|---|
CatalogRefInfo(String title,
String fileName,
InvDataset accessPointDataset,
DatasetSource dsSource) |
DatasetFilter(DatasetSource parentDsSource,
String name,
thredds.cataloggen.config.DatasetFilter.Type type,
String matchPattern)
Constructor
|
DatasetFilter(DatasetSource parentDsSource,
String name,
thredds.cataloggen.config.DatasetFilter.Type type,
String matchPattern,
boolean applyToCollectionDatasets,
boolean applyToAtomicDatasets,
boolean rejectMatchingDatasets) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.