| Interface | Description |
|---|---|
| SedOptions |
Interface implemented by all option sets for the
sed command. |
| Class | Description |
|---|---|
| AbstractRegexpProcessor | |
| AbstractSedProcessor | |
| AbstractTextProcessor | |
| AppendProcessor | |
| ChangeProcessor | |
| CharMap |
A map from char to char.
|
| DeleteProcessor | |
| InsertProcessor | |
| PrintProcessor | |
| 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. |
| SedOptions.Default |
Default implementation for a modifiable option set.
|
| SedOptionSets |
Options for the
sed command with the
the following options: |
| SubstituteProcessor | |
| TranslateProcessor |
| Enum | Description |
|---|---|
| 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). |
| SedOption |
Options for the
sed command. |
| SedOptionSet_Iacdgilnpsy | |
| SedOptionSet_Iaglnp | |
| SedOptionSet_Icglnp | |
| SedOptionSet_Idglnp | |
| SedOptionSet_Igilnp | |
| SedOptionSet_Iglnps | |
| SedOptionSet_Iglnpy |
sed command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2025. All rights reserved.