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.sed |
Contains private classes used by the
sed command. |
Class and Description |
---|
SedOptions
Interface implemented by all option sets for the
sed command. |
Class and Description |
---|
SedFactory
Factory for the
sed command returning
a new command instance from every signature method. |
SedOptions
Interface implemented by all option sets for the
sed command. |
SedOptionSets
Options for the
sed command with the
the following options: |
Class and Description |
---|
AbstractRegexpProcessor |
AbstractSedProcessor |
AbstractTextProcessor |
Command
Constants for the sed commands with utility method to derive a constant from
a script (see
Command.fromScript(String) or from the sed arguments
Command.fromArgs(SedArguments) . |
SedArguments
Arguments and options for the
sed command. |
SedCommand
Implementation of the
sed command. |
SedFactory
Factory for the
sed command returning
a new command instance from every signature method. |
SedOption
Options for the
sed command. |
SedOptions
Interface implemented by all option sets for the
sed command. |
SedOptionSet_Iacdgilnpsy |
SedOptionSet_Iaglnp |
SedOptionSet_Icglnp |
SedOptionSet_Idglnp |
SedOptionSet_Igilnp |
SedOptionSet_Iglnps |
SedOptionSet_Iglnpy |
SedOptionSets
Options for the
sed command with the
the following options: |
Copyright © 2024. All rights reserved.