Uses of Interface
thredds.crawlabledataset.CrawlableDatasetSorter

Packages that use CrawlableDatasetSorter
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.parser.jdom   
thredds.cataloggen   
thredds.crawlabledataset.sorter   
 

Uses of CrawlableDatasetSorter in thredds.catalog
 

Methods in thredds.catalog that return CrawlableDatasetSorter
 CrawlableDatasetSorter InvDatasetScan.getSorter()
           
 

Constructors in thredds.catalog with parameters of type CrawlableDatasetSorter
InvDatasetScan(InvDatasetImpl parent, String name, String path, String scanLocation, String configClassName, Object configObj, CrawlableDatasetFilter filter, CrawlableDatasetLabeler identifier, CrawlableDatasetLabeler namer, boolean addDatasetSize, CrawlableDatasetSorter sorter, Map proxyDatasetHandlers, List childEnhancerList, CatalogRefExpander catalogRefExpander)
           
 

Uses of CrawlableDatasetSorter in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return CrawlableDatasetSorter
protected  CrawlableDatasetSorter InvCatalogFactory10.readDatasetScanSorter(org.jdom.Element sorterElem)
           
 

Uses of CrawlableDatasetSorter in thredds.cataloggen
 

Methods in thredds.cataloggen that return CrawlableDatasetSorter
 CrawlableDatasetSorter CollectionLevelScanner.getSorter()
           
 

Methods in thredds.cataloggen with parameters of type CrawlableDatasetSorter
 void CollectionLevelScanner.setSorter(CrawlableDatasetSorter sorter)
          Set the sorter with which to sort the list of child CrawlableDatasets.
 

Constructors in thredds.cataloggen with parameters of type CrawlableDatasetSorter
StandardCatalogBuilder(String collectionPath, String collectionName, CrawlableDataset collectionCrDs, CrawlableDatasetFilter filter, InvService service, String collectionId, CrawlableDatasetLabeler identifier, CrawlableDatasetLabeler namer, boolean doAddDatasetSize, CrawlableDatasetSorter sorter, Map proxyDatasetHandlers, List childEnhancerList, InvDatasetImpl topLevelMetadataContainer, CatalogRefExpander catalogRefExpander)
           
 

Uses of CrawlableDatasetSorter in thredds.crawlabledataset.sorter
 

Classes in thredds.crawlabledataset.sorter that implement CrawlableDatasetSorter
 class LexigraphicByNameSorter
          Sort CrawlableDataset lists lexicographically on the dataset name.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.