Package | Description |
---|---|
org.unix4j |
Provides a single class
Unix4j with static methods
serving as entry point to build commands and command chains joining several
commands. |
org.unix4j.unix |
Provides implementations for commands inspired by well known unix commands.
|
org.unix4j.unix.uniq |
Contains private classes used by the
uniq command. |
Class and Description |
---|
UniqOptions
Interface implemented by all option sets for the
uniq command. |
Class and Description |
---|
UniqFactory
Factory for the
uniq command returning
a new command instance from every signature method. |
UniqOptions
Interface implemented by all option sets for the
uniq command. |
UniqOptionSets
Options for the
uniq command with the
the following options: |
Class and Description |
---|
AdjacentProcessor
Line processors implementing the actual uniq command execution for the case
when the
global option is NOT selected. |
AdjacentProcessor.UniqueDuplicateCount
Abstract base class for member classes
AdjacentProcessor.UniqueOnly ,
AdjacentProcessor.DuplicateOnly and AdjacentProcessor.Count |
GlobalProcessor
Line processors implementing the actual uniq command execution for the case
when the
global option is selected. |
GlobalProcessor.UniqueDuplicateCount
Abstract base class for member classes
GlobalProcessor.UniqueOnly ,
GlobalProcessor.DuplicateOnly and GlobalProcessor.Count |
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. |
UniqOption
Options for the
uniq command. |
UniqOptions
Interface implemented by all option sets for the
uniq command. |
UniqOptionSet_cdgu |
UniqOptionSet_cg |
UniqOptionSet_dg |
UniqOptionSet_gu |
UniqOptionSets
Options for the
uniq command with the
the following options: |
UniqProcessor |
Copyright © 2024. All rights reserved.