Uses of Interface
picocli.CommandLine.INegatableOptionTransformer
-
Packages that use CommandLine.INegatableOptionTransformer Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.INegatableOptionTransformer in picocli
Classes in picocli that implement CommandLine.INegatableOptionTransformer Modifier and Type Class Description static class
CommandLine.RegexTransformer
A regular expression-based option name transformation for negatable options.Methods in picocli that return CommandLine.INegatableOptionTransformer Modifier and Type Method Description CommandLine.INegatableOptionTransformer
CommandLine. getNegatableOptionTransformer()
Returns theINegatableOptionTransformer
used to create the negative form of negatable options.CommandLine.INegatableOptionTransformer
CommandLine.Model.CommandSpec. negatableOptionTransformer()
Returns theINegatableOptionTransformer
used to create the negative form of negatable options.Methods in picocli with parameters of type CommandLine.INegatableOptionTransformer Modifier and Type Method Description CommandLine.Model.CommandSpec
CommandLine.Model.CommandSpec. negatableOptionTransformer(CommandLine.INegatableOptionTransformer newValue)
Sets theINegatableOptionTransformer
used to create the negative form of negatable options.CommandLine
CommandLine. setNegatableOptionTransformer(CommandLine.INegatableOptionTransformer transformer)
Sets theINegatableOptionTransformer
used to create the negative form of negatable options.
-