|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatasetSource | |
|---|---|
| thredds.cataloggen.config | |
| Uses of DatasetSource in thredds.cataloggen.config |
|---|
| Subclasses of DatasetSource in thredds.cataloggen.config | |
|---|---|
class |
DodsDirDatasetSource
Title: Catalog Generator |
class |
DodsFileServerDatasetSource
|
class |
GrADSDataServerDatasetSource
|
class |
LocalDatasetSource
Concrete implementation of DatasetSource for local disk sources. |
| Methods in thredds.cataloggen.config that return DatasetSource | |
|---|---|
DatasetSource |
CatalogRefInfo.getDatasetSource()
|
DatasetSource |
CatalogGenConfig.getDatasetSource()
Return the DatasetSource for this CatalogGenConfig |
DatasetSource |
DatasetFilter.getParentDatasetSource()
Return the parent DatasetSource of this DatasetFilter |
static DatasetSource |
DatasetSource.newDatasetSource(java.lang.String name,
DatasetSourceType type,
DatasetSourceStructure structure,
java.lang.String accessPoint,
ResultService resultService)
Factory method for this abstract class. |
| Methods in thredds.cataloggen.config with parameters of type DatasetSource | |
|---|---|
void |
CatalogGenConfig.setDatasetSource(DatasetSource dsSource)
Set the DatasetSource for this CatalogGenConfig |
void |
DatasetFilter.setParentDatasetSource(DatasetSource parentDatasetSource)
Set the parent DatasetSource of this DatasetFilter |
| Constructors in thredds.cataloggen.config with parameters of type DatasetSource | |
|---|---|
CatalogRefInfo(java.lang.String title,
java.lang.String fileName,
InvDataset accessPointDataset,
DatasetSource dsSource)
|
|
DatasetFilter(DatasetSource parentDsSource,
java.lang.String name,
DatasetFilter.Type type,
java.lang.String matchPattern)
Constructor |
|
DatasetFilter(DatasetSource parentDsSource,
java.lang.String name,
DatasetFilter.Type type,
java.lang.String matchPattern,
boolean applyToCollectionDatasets,
boolean applyToAtomicDatasets,
boolean rejectMatchingDatasets)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||