Uses of Class
thredds.cataloggen.config.DatasetSource

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(String name, DatasetSourceType type, DatasetSourceStructure structure, 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
 

Constructors in thredds.cataloggen.config with parameters of type DatasetSource
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-2011 UCAR/Unidata. All Rights Reserved.