public interface CrawlableDatasetLabeler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConfigObject()
Return the configuration object.
|
java.lang.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.
|
java.lang.String getLabel(CrawlableDataset dataset)
dataset
- the CrawlableDataset to be labeled.java.lang.NullPointerException
- if the given dataset is null.java.lang.Object getConfigObject()