| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
static Unix4jCommandBuilder | 
Unix4j.sed(SedOptions options,
   String regexp)
Executes the sed command specified by the given options or executes
                        the print command p if no command option has been declared. 
 | 
static Unix4jCommandBuilder | 
Unix4j.sed(SedOptions options,
   String string1,
   String string2)
Executes the sed command specified by the given options or executes
                        the substitute command s if no command option has been declared. 
 | 
static Unix4jCommandBuilder | 
Unix4j.sed(SedOptions options,
   String string1,
   String string2,
   int... occurrence)
Executes the sed command specified by the given options or executes
                        the substitute command s if no command option has been declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Unix4jCommandBuilder | 
Unix4jCommandBuilder.sed(SedOptions options,
   String regexp)
Executes the sed command specified by the given options or executes
                        the print command p if no command option has been declared. 
 | 
Unix4jCommandBuilder | 
DefaultUnix4jCommandBuilder.sed(SedOptions options,
   String regexp)  | 
R | 
Sed.Interface.sed(SedOptions options,
   String regexp)
Executes the sed command specified by the given options or executes
                        the print command p if no command option has been declared. 
 | 
Unix4jCommandBuilder | 
Unix4jCommandBuilder.sed(SedOptions options,
   String string1,
   String string2)
Executes the sed command specified by the given options or executes
                        the substitute command s if no command option has been declared. 
 | 
Unix4jCommandBuilder | 
DefaultUnix4jCommandBuilder.sed(SedOptions options,
   String string1,
   String string2)  | 
R | 
Sed.Interface.sed(SedOptions options,
   String string1,
   String string2)
Executes the sed command specified by the given options or executes
                        the substitute command s if no command option has been declared. 
 | 
Unix4jCommandBuilder | 
Unix4jCommandBuilder.sed(SedOptions options,
   String string1,
   String string2,
   int... occurrence)
Executes the sed command specified by the given options or executes
                        the substitute command s if no command option has been declared. 
 | 
Unix4jCommandBuilder | 
DefaultUnix4jCommandBuilder.sed(SedOptions options,
   String string1,
   String string2,
   int... occurrence)  | 
R | 
Sed.Interface.sed(SedOptions options,
   String string1,
   String string2,
   int... occurrence)
Executes the sed command specified by the given options or executes
                        the substitute command s if no command option has been declared. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SedOption
Options for the  
sed command. | 
static class  | 
SedOptions.Default
Default implementation for a modifiable option set. 
 | 
class  | 
SedOptionSet_Iacdgilnpsy
 | 
class  | 
SedOptionSet_Iaglnp
 | 
class  | 
SedOptionSet_Icglnp
 | 
class  | 
SedOptionSet_Idglnp
 | 
class  | 
SedOptionSet_Igilnp
 | 
class  | 
SedOptionSet_Iglnps
 | 
class  | 
SedOptionSet_Iglnpy
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SedOptions | 
SedOptions.EMPTY
Constant for an empty option set. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ValueConverter<SedOptions> | 
SedOptions.CONVERTER
Value converter for  
SedOptions based on an OptionSetConverters.OptionSetConverter. | 
| Modifier and Type | Method and Description | 
|---|---|
SedOptions | 
SedArguments.getOptions()
Returns the options set containing the selected command options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SedCommand | 
SedFactory.sed(SedOptions options,
   String regexp)  | 
SedCommand | 
SedFactory.sed(SedOptions options,
   String string1,
   String string2)  | 
SedCommand | 
SedFactory.sed(SedOptions options,
   String string1,
   String string2,
   int... occurrence)  | 
| Constructor and Description | 
|---|
SedArguments(SedOptions options)
Constructor with option set containing the selected command options. 
 | 
Copyright © 2025. All rights reserved.