Uses of Class
picocli.CommandLine.RegexTransformer
-
Packages that use CommandLine.RegexTransformer Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
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. 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.RegexTransformer Constructor Description Builder(CommandLine.RegexTransformer old)
Constructs a builder populated with the values from the specified RegexTransformer.
-