public interface CutOptions extends OptionSet<CutOption>
cut command.
It is recommended to use Cut.Options to specify a valid
combination of options.
The options for the cut command are:
-c | --chars | The list specifies character positions. | |||
-f | --fields | The list specifies fields, separated in the input by the field delimiter character (see the -d option.) Output fields are separated by a single occurrence of the field delimiter character. |
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 |
CutOptions.Default
Default implementation for a modifiable option set.
|
| Modifier and Type | Field and Description |
|---|---|
static ValueConverter<CutOptions> |
CONVERTER
Value converter for
CutOptions based on an OptionSetConverters.OptionSetConverter. |
static CutOptions |
EMPTY
Constant for an empty option set.
|
asSet, isSet, iterator, optionType, size, useAcronymForforEach, spliteratorstatic final CutOptions EMPTY
static final ValueConverter<CutOptions> CONVERTER
CutOptions based on an OptionSetConverters.OptionSetConverter.Copyright © 2025. All rights reserved.