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 andautocompletionfunctionality. -
-
Uses of CommandLine.INegatableOptionTransformer in picocli
Classes in picocli that implement CommandLine.INegatableOptionTransformer Modifier and Type Class Description static classCommandLine.RegexTransformerA regular expression-based option name transformation for negatable options.Methods in picocli that return CommandLine.INegatableOptionTransformer Modifier and Type Method Description CommandLine.INegatableOptionTransformerCommandLine. getNegatableOptionTransformer()Returns theINegatableOptionTransformerused to create the negative form of negatable options.CommandLine.INegatableOptionTransformerCommandLine.Model.CommandSpec. negatableOptionTransformer()Returns theINegatableOptionTransformerused to create the negative form of negatable options.Methods in picocli with parameters of type CommandLine.INegatableOptionTransformer Modifier and Type Method Description CommandLine.Model.CommandSpecCommandLine.Model.CommandSpec. negatableOptionTransformer(CommandLine.INegatableOptionTransformer newValue)Sets theINegatableOptionTransformerused to create the negative form of negatable options.CommandLineCommandLine. setNegatableOptionTransformer(CommandLine.INegatableOptionTransformer transformer)Sets theINegatableOptionTransformerused to create the negative form of negatable options.
-