| 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,
java.lang.String name,
java.lang.String path,
java.lang.String scanLocation,
java.lang.String configClassName,
java.lang.Object configObj,
CrawlableDatasetFilter filter,
CrawlableDatasetLabeler identifier,
CrawlableDatasetLabeler namer,
boolean addDatasetSize,
CrawlableDatasetSorter sorter,
java.util.Map proxyDatasetHandlers,
java.util.List childEnhancerList,
CatalogRefExpander catalogRefExpander) |
| Modifier and Type | Method and Description |
|---|---|
protected CrawlableDatasetSorter |
InvCatalogFactory10.readDatasetScanSorter(org.jdom.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(java.lang.String collectionPath,
java.lang.String collectionName,
CrawlableDataset collectionCrDs,
CrawlableDatasetFilter filter,
InvService service,
java.lang.String collectionId,
CrawlableDatasetLabeler identifier,
CrawlableDatasetLabeler namer,
boolean doAddDatasetSize,
CrawlableDatasetSorter sorter,
java.util.Map proxyDatasetHandlers,
java.util.List childEnhancerList,
InvDatasetImpl topLevelMetadataContainer,
CatalogRefExpander catalogRefExpander) |
| Modifier and Type | Class and Description |
|---|---|
class |
LexigraphicByNameSorter
Sort CrawlableDataset lists lexicographically on the dataset name.
|