Modifier and Type | Class | Description |
---|---|---|
static class |
CommandLine.RegexTransformer |
A regular expression-based option name transformation for negatable options.
|
Modifier and Type | Method | Description |
---|---|---|
CommandLine.INegatableOptionTransformer |
CommandLine.getNegatableOptionTransformer() |
Returns the
INegatableOptionTransformer used to create the negative form of negatable options. |
CommandLine.INegatableOptionTransformer |
CommandLine.Model.CommandSpec.negatableOptionTransformer() |
Returns the
INegatableOptionTransformer used to create the negative form of negatable options. |
Modifier and Type | Method | Description |
---|---|---|
CommandLine.Model.CommandSpec |
CommandLine.Model.CommandSpec.negatableOptionTransformer(CommandLine.INegatableOptionTransformer newValue) |
Sets the
INegatableOptionTransformer used to create the negative form of negatable options. |
CommandLine |
CommandLine.setNegatableOptionTransformer(CommandLine.INegatableOptionTransformer transformer) |
Sets the
INegatableOptionTransformer used to create the negative form of negatable options. |
Copyright © 2017–2019. All rights reserved.