public class LexigraphicByNameSorter extends java.lang.Object implements CrawlableDatasetSorter
| Constructor and Description |
|---|
LexigraphicByNameSorter(boolean increasingOrder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConfigObject()
Return the configuration object.
|
boolean |
isIncreasing() |
void |
sort(java.util.List<CrawlableDataset> datasetList)
Sort the given CrawlableDataset list into the order defined by this sorter.
|
public java.lang.Object getConfigObject()
CrawlableDatasetSortergetConfigObject in interface CrawlableDatasetSorterpublic boolean isIncreasing()
public void sort(java.util.List<CrawlableDataset> datasetList)
CrawlableDatasetSortersort in interface CrawlableDatasetSorterdatasetList - the CrawlableDataset list to be sorted.