Uses of Class
picocli.CommandLine.RegexTransformer
-
Uses of CommandLine.RegexTransformer in picocli
Methods in picocli that return CommandLine.RegexTransformerModifier and TypeMethodDescriptionCommandLine.RegexTransformer.Builder.build()
static CommandLine.RegexTransformer
CommandLine.RegexTransformer.createCaseInsensitive()
Returns theRegexTransformer
for case-insensitive negatable options.static CommandLine.RegexTransformer
CommandLine.RegexTransformer.createDefault()
Returns theRegexTransformer
used by default for negatable options.Constructors in picocli with parameters of type CommandLine.RegexTransformerModifierConstructorDescriptionConstructs a builder populated with the values from the specified RegexTransformer.