| Package | Description |
|---|---|
| org.unix4j.unix |
Provides implementations for commands inspired by well known unix commands.
|
| org.unix4j.unix.xargs |
Contains private classes used by the
xargs command. |
| Class and Description |
|---|
| XargsFactory
Factory for the
xargs command returning
a new command instance from every signature method. |
| XargsOptions
Interface implemented by all option sets for the
xargs command. |
| XargsOptionSets
Options for the
xargs command with the
the following options: |
| Class and Description |
|---|
| Itemizer
Itemizes one or multiple lines and stores the found items in an
ItemStorage. |
| ItemStorage
Stores items found by an
Itemizer. |
| 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 |
| XargsOption
Options for the
xargs command. |
| XargsOptions
Interface implemented by all option sets for the
xargs command. |
| XargsOptionSet_rtxz |
| XargsOptionSets
Options for the
xargs command with the
the following options: |
| XargsOutput
Output object passed to invoked commands.
|
Copyright © 2025. All rights reserved.