Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom | |
thredds.cataloggen | |
thredds.crawlabledataset |
Modifier and Type | Method and Description |
---|---|
CrawlableDatasetLabeler |
InvDatasetScan.getIdentifier() |
CrawlableDatasetLabeler |
InvDatasetScan.getNamer() |
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 CrawlableDatasetLabeler |
InvCatalogFactory10.readDatasetScanIdentifier(org.jdom2.Element identifierElem) |
protected CrawlableDatasetLabeler |
InvCatalogFactory10.readDatasetScanNamer(org.jdom2.Element namerElem) |
Modifier and Type | Method and Description |
---|---|
protected CrawlableDatasetLabeler |
CollectionLevelScanner.getIdentifier() |
protected CrawlableDatasetLabeler |
CollectionLevelScanner.getNamer() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionLevelScanner.setIdentifier(CrawlableDatasetLabeler identifier)
Set the CrawlableDatasetLabeler used to determine the ID of the InvDataset
built during catalog generation.
|
void |
CollectionLevelScanner.setNamer(CrawlableDatasetLabeler namer)
Set the CrawlableDatasetLabeler used to determine the name of each
InvDataset built during catalog generation.
|
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 |
MultiLabeler |
class |
RegExpAndReplaceOnNameLabeler
_more_
|
class |
RegExpAndReplaceOnPathLabeler
_more_
|
Modifier and Type | Method and Description |
---|---|
List<CrawlableDatasetLabeler> |
MultiLabeler.getLabelerList() |
Constructor and Description |
---|
MultiLabeler(List<CrawlableDatasetLabeler> labelerList) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.