|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrawlableDatasetLabeler
An interface for determining a String label for a CrawlableDataset.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getLabel(CrawlableDataset dataset)
dataset
- the CrawlableDataset to be labeled.
NullPointerException
- if the given dataset is null.Object getConfigObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |