Uses of Class
picocli.CommandLine.RegexTransformer
Packages that use CommandLine.RegexTransformer
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
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.