Package | Description |
---|---|
org.unix4j.unix.echo |
Contains private classes used by the
echo command. |
Modifier and Type | Field and Description |
---|---|
EchoOptionSet_n |
EchoOptionSets.n
Option
"-n" : Do not print the trailing newline character(s). |
EchoOptionSet_n |
EchoOptionSet_n.n
Option
"-n" : Do not print the trailing newline character(s). |
EchoOptionSet_n |
EchoOptionSets.noNewline
Option
"--noNewline" : Do not print the trailing newline character(s). |
EchoOptionSet_n |
EchoOptionSet_n.noNewline
Option
"--noNewline" : Do not print the trailing newline character(s). |
Modifier and Type | Method and Description |
---|---|
static EchoOptionSet_n |
EchoOptionSet_n.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EchoOptionSet_n[] |
EchoOptionSet_n.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.