Package | Description |
---|---|
org.unix4j.unix.sed |
Contains private classes used by the
sed command. |
Modifier and Type | Field and Description |
---|---|
protected Command |
AbstractSedProcessor.command |
Modifier and Type | Method and Description |
---|---|
static Command |
Command.fromArgs(SedArguments args)
Returns the command constant taken from the command option set in args
using the
matches(SedArguments) method Returns null if no
command option is set. |
static Command |
Command.fromScript(String script)
Returns the command constant The first non-whitespace character of the
script defines the command for substitute and translate; for all other
commands, it is the first character after a whitespace sequence within
the script (leading whitespace is ignored).
|
static Command |
Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static SedArguments |
AbstractRegexpProcessor.parsePatternFlags(Command command,
SedArguments args,
String script,
int start) |
Copyright © 2024. All rights reserved.