Interface | Description |
---|---|
Itemizer |
Itemizes one or multiple lines and stores the found items in an
ItemStorage . |
ItemStorage |
Stores items found by an
Itemizer . |
XargsOptions |
Interface implemented by all option sets for the
xargs command. |
Class | Description |
---|---|
CharDelimitedItemizer | |
DefaultItemStorage | |
WhitespaceItemizer | |
XargsArguments |
Arguments and options for the
xargs command. |
XargsCommand |
Implementation of the
xargs command. |
XargsFactory |
Factory for the
xargs command returning
a new command instance from every signature method. |
XargsLineProcessor | |
XargsOptions.Default |
Default implementation for a modifiable option set.
|
XargsOptionSets |
Options for the
xargs command with the
the following options: |
XargsOutput |
Output object passed to invoked commands.
|
Enum | Description |
---|---|
XargsOption |
Options for the
xargs command. |
XargsOptionSet_rtxz |
xargs
command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2024. All rights reserved.