Uses of Class
picocli.CommandLine.RegexTransformer
-
-
Uses of CommandLine.RegexTransformer in picocli
Methods in picocli that return CommandLine.RegexTransformer Modifier and Type Method Description CommandLine.RegexTransformer
CommandLine.RegexTransformer.Builder. build()
static CommandLine.RegexTransformer
CommandLine.RegexTransformer. createDefault()
Returns theRegexTransformer
used by default for negatable options.Constructors in picocli with parameters of type CommandLine.RegexTransformer Constructor Description Builder(CommandLine.RegexTransformer old)
Constructs a builder populated with the values from the specified RegexTransformer.
-