Interface | Description |
---|---|
UniqOptions |
Interface implemented by all option sets for the
uniq command. |
Class | Description |
---|---|
AdjacentProcessor |
Line processors implementing the actual uniq command execution for the case
when the
global option is NOT selected. |
AdjacentProcessor.Count |
Line processor implementing the actual uniq command execution for the
case when only the
count option is selected. |
AdjacentProcessor.DuplicateOnly |
Line processor implementing the actual uniq command execution for the
case when only the
duplicatedOnly
option is selected. |
AdjacentProcessor.Normal |
Line processor implementing the actual uniq command execution for the
case when no option is selected.
|
AdjacentProcessor.UniqueDuplicateCount |
Abstract base class for member classes
AdjacentProcessor.UniqueOnly ,
AdjacentProcessor.DuplicateOnly and AdjacentProcessor.Count |
AdjacentProcessor.UniqueOnly |
Line processor implementing the actual uniq command execution for the
case when only the
uniqueOnly option is
selected. |
CountUtil |
Helper class to format count output of the uniq command.
|
GlobalProcessor |
Line processors implementing the actual uniq command execution for the case
when the
global option is selected. |
GlobalProcessor.Count | |
GlobalProcessor.DuplicateOnly |
Line processor implementing the actual uniq command execution for the
case when the
global option is selected along
with the duplicatedOnly option. |
GlobalProcessor.Normal |
Line processor implementing the actual uniq command execution for the
case when only the
global option is selected. |
GlobalProcessor.UniqueDuplicateCount |
Abstract base class for member classes
GlobalProcessor.UniqueOnly ,
GlobalProcessor.DuplicateOnly and GlobalProcessor.Count |
GlobalProcessor.UniqueOnly |
Line processor implementing the actual uniq command execution for the
case when the
global option is selected along
with the uniqueOnly option. |
UniqArguments |
Arguments and options for the
uniq command. |
UniqCommand |
Implementation of the
uniq command. |
UniqFactory |
Factory for the
uniq command returning
a new command instance from every signature method. |
UniqOptions.Default |
Default implementation for a modifiable option set.
|
UniqOptionSets |
Options for the
uniq command with the
the following options: |
UniqProcessor |
Enum | Description |
---|---|
UniqOption |
Options for the
uniq command. |
UniqOptionSet_cdgu | |
UniqOptionSet_cg | |
UniqOptionSet_dg | |
UniqOptionSet_gu |
uniq
command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2024. All rights reserved.