Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom | |
thredds.cataloggen | |
thredds.crawlabledataset.sorter |
Modifier and Type | Method and Description |
---|---|
CrawlableDatasetSorter |
InvDatasetScan.getSorter() |
Constructor and Description |
---|
InvDatasetScan(InvDatasetImpl parent,
String name,
String path,
String scanLocation,
String configClassName,
Object configObj,
CrawlableDatasetFilter filter,
CrawlableDatasetLabeler identifier,
CrawlableDatasetLabeler namer,
boolean addDatasetSize,
CrawlableDatasetSorter sorter,
Map<String,ProxyDatasetHandler> proxyDatasetHandlers,
List<DatasetEnhancer> childEnhancerList,
CatalogRefExpander catalogRefExpander) |
Modifier and Type | Method and Description |
---|---|
protected CrawlableDatasetSorter |
InvCatalogFactory10.readDatasetScanSorter(org.jdom2.Element sorterElem) |
Modifier and Type | Method and Description |
---|---|
CrawlableDatasetSorter |
CollectionLevelScanner.getSorter() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionLevelScanner.setSorter(CrawlableDatasetSorter sorter)
Set the sorter with which to sort the list of child CrawlableDatasets.
|
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
LexigraphicByNameSorter
Sort CrawlableDataset lists lexicographically on the dataset name.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.