public interface CrawlableDatasetLabeler
| Modifier and Type | Method and Description |
|---|---|
Object |
getConfigObject()
Return the configuration object.
|
String |
getLabel(CrawlableDataset dataset)
Return a label for the given dataset or null if this CrawlableDatasetLabeler
does not know how to label the given dataset.
|
String getLabel(CrawlableDataset dataset)
dataset - the CrawlableDataset to be labeled.NullPointerException - if the given dataset is null.Object getConfigObject()
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.