|
||||||||||
| 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 | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||