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()
CrawlableDatasetSorter
getConfigObject
in interface CrawlableDatasetSorter
public boolean isIncreasing()
public void sort(java.util.List<CrawlableDataset> datasetList)
CrawlableDatasetSorter
sort
in interface CrawlableDatasetSorter
datasetList
- the CrawlableDataset list to be sorted.