| 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,
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 CrawlableDatasetLabeler |
InvCatalogFactory10.readDatasetScanIdentifier(org.jdom.Element identifierElem) |
protected CrawlableDatasetLabeler |
InvCatalogFactory10.readDatasetScanNamer(org.jdom.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(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 |
MultiLabeler
_more_
|
class |
RegExpAndReplaceOnNameLabeler
_more_
|
class |
RegExpAndReplaceOnPathLabeler
_more_
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CrawlableDatasetLabeler> |
MultiLabeler.getLabelerList() |
| Constructor and Description |
|---|
MultiLabeler(java.util.List<CrawlableDatasetLabeler> labelerList) |