|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrawlableDatasetSorter
The CrawlableDatasetSorter interface provides for sorting a list of CrawlableDatasets. An instance of the CrawlableDatasetSorter interface defines an ordering for a list of CrawlableDatasets. The CrawlableDatasetSorter interface is used by the CollectionLevelScanner class to sort the datasets it is cataloging.
Method Summary | |
---|---|
Object |
getConfigObject()
Return the configuration object. |
void |
sort(List<CrawlableDataset> datasetList)
Sort the given CrawlableDataset list into the order defined by this sorter. |
Method Detail |
---|
void sort(List<CrawlableDataset> datasetList)
datasetList
- the CrawlableDataset list to be sorted.
ClassCastException
- if the list contains elements that are not CrawlableDatasets.
UnsupportedOperationException
- if the given list does not allow the necessary list manipulation.Object getConfigObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |