public final class OperatorWrapOption extends AbstractOption
| Modifier and Type | Field and Description |
|---|---|
static OperatorWrapOption |
EOL
Require that the operator is at the end of the line.
|
static OperatorWrapOption |
NL
Require that the operator is on a new line.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
getStrToOpt()
Returns the map from string representations to options.
|
decode, readResolve, toStringpublic static final OperatorWrapOption NL
public static final OperatorWrapOption EOL
protected Map getStrToOpt()
getStrToOpt in class AbstractOptionMap from strings to options.