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.RegexTransformerCommandLine.RegexTransformer.createCaseInsensitive()Returns theRegexTransformerfor case-insensitive negatable options.static CommandLine.RegexTransformerCommandLine.RegexTransformer.createDefault()Returns theRegexTransformerused by default for negatable options.Constructors in picocli with parameters of type CommandLine.RegexTransformerModifierConstructorDescriptionConstructs a builder populated with the values from the specified RegexTransformer.