public interface EchoOptions extends OptionSet<EchoOption>
echo
command.
It is recommended to use Echo.Options
to specify a valid
combination of options.
The options for the echo command are:
-n | --noNewline | Do not print the trailing newline character(s). |
This interface serves as an alias for the extended interface to simplify the command signature methods by avoiding generic parameters.
Modifier and Type | Interface and Description |
---|---|
static class |
EchoOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Field and Description |
---|---|
static ValueConverter<EchoOptions> |
CONVERTER
Value converter for
EchoOptions based on an OptionSetConverters.OptionSetConverter . |
static EchoOptions |
EMPTY
Constant for an empty option set.
|
asSet, isSet, iterator, optionType, size, useAcronymFor
forEach, spliterator
static final EchoOptions EMPTY
static final ValueConverter<EchoOptions> CONVERTER
EchoOptions
based on an OptionSetConverters.OptionSetConverter
.Copyright © 2024. All rights reserved.