public interface DatasetEnhancer
Modifier and Type | Method and Description |
---|---|
boolean |
addMetadata(InvDataset dataset,
CrawlableDataset crDataset)
Add metadata to the given InvDataset possibly using information from the
corresponding CrawlableDataset.
|
Object |
getConfigObject()
Return the configuration object.
|
boolean addMetadata(InvDataset dataset, CrawlableDataset crDataset)
dataset
- the InvDataset to enhance with additional metadata.crDataset
- the CrawlableDataset that corresponds with the given InvDataset, possibly used to gather information not available from the InvDataset.Object getConfigObject()
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.