Package | Description |
---|---|
org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
Modifier and Type | Method and Description |
---|---|
SortCommand |
SortFactory.sort() |
SortCommand |
SortFactory.sort(Comparator<? super Line> comparator) |
SortCommand |
SortFactory.sort(Comparator<? super Line> comparator,
File... files) |
SortCommand |
SortFactory.sort(Comparator<? super Line> comparator,
String... paths) |
SortCommand |
SortFactory.sort(File... files) |
SortCommand |
SortFactory.sort(SortOptions options) |
SortCommand |
SortFactory.sort(SortOptions options,
Comparator<? super Line> comparator) |
SortCommand |
SortFactory.sort(SortOptions options,
Comparator<? super Line> comparator,
File... files) |
SortCommand |
SortFactory.sort(SortOptions options,
Comparator<? super Line> comparator,
String... paths) |
SortCommand |
SortFactory.sort(SortOptions options,
File... files) |
SortCommand |
SortFactory.sort(SortOptions options,
String... paths) |
SortCommand |
SortFactory.sort(String... args) |
Constructor and Description |
---|
AbstractSortProcessor(SortCommand command,
ExecutionContext context,
LineProcessor output) |
CheckProcessor(SortCommand command,
ExecutionContext context,
LineProcessor output) |
MergeProcessor(SortCommand command,
ExecutionContext context,
LineProcessor output,
List<? extends Input> inputs) |
SortProcessor(SortCommand command,
ExecutionContext context,
LineProcessor output) |
UniqueSortProcessor(SortCommand command,
ExecutionContext context,
LineProcessor output) |
Copyright © 2016. All rights reserved.