public interface CrawlableDatasetSorter
| Modifier and Type | Method and Description |
|---|---|
Object |
getConfigObject()
Return the configuration object.
|
void |
sort(List<CrawlableDataset> datasetList)
Sort the given CrawlableDataset list into the order defined by this sorter.
|
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()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.