Uses of Interface
picocli.CommandLine.INegatableOptionTransformer
-
Uses of CommandLine.INegatableOptionTransformer in picocli
Classes in picocli that implement CommandLine.INegatableOptionTransformerModifier and TypeClassDescriptionstatic class
A regular expression-based option name transformation for negatable options.Fields in picocli declared as CommandLine.INegatableOptionTransformerMethods in picocli that return CommandLine.INegatableOptionTransformerModifier and TypeMethodDescriptionCommandLine.getNegatableOptionTransformer()
Returns theINegatableOptionTransformer
used to create the negative form of negatable options.CommandLine.Model.CommandSpec.negatableOptionTransformer()
Returns theINegatableOptionTransformer
used to create the negative form of negatable options.Methods in picocli with parameters of type CommandLine.INegatableOptionTransformerModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.negatableOptionTransformer
(CommandLine.INegatableOptionTransformer newValue) Sets theINegatableOptionTransformer
used to create the negative form of negatable options.CommandLine.setNegatableOptionTransformer
(CommandLine.INegatableOptionTransformer transformer) Sets theINegatableOptionTransformer
used to create the negative form of negatable options.