Interface | Description |
---|---|
SortOptions |
Interface implemented by all option sets for the
sort command. |
Class | Description |
---|---|
AbstractSortProcessor | |
CheckProcessor |
Checks whether a file is sorted or not, throws an
ExitValueException
if the file is not sorted. |
MergeProcessor | |
SortArguments |
Arguments and options for the
sort command. |
SortCommand |
Implementation of the
sort command. |
SortFactory |
Factory for the
sort command returning
a new command instance from every signature method. |
SortOptions.Default |
Default implementation for a modifiable option set.
|
SortOptionSets |
Options for the
sort command with the
the following options: |
SortProcessor |
Line processor for normal in-memory sort using an
ArrayList to cache
and sort the lines. |
UniqueSortProcessor |
sort
command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2012-2018 unix4j (tools4j), Ben Warner and Marco Terzer. All rights reserved.