Uses of Interface
picocli.CommandLine.INegatableOptionTransformer
Packages that use CommandLine.INegatableOptionTransformer
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.INegatableOptionTransformer in picocli
Classes in picocli that implement CommandLine.INegatableOptionTransformerModifier and TypeClassDescriptionstatic classA regular expression-based option name transformation for negatable options.Methods in picocli that return CommandLine.INegatableOptionTransformerModifier and TypeMethodDescriptionCommandLine.getNegatableOptionTransformer()Returns theINegatableOptionTransformerused to create the negative form of negatable options.CommandLine.Model.CommandSpec.negatableOptionTransformer()Returns theINegatableOptionTransformerused 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 theINegatableOptionTransformerused to create the negative form of negatable options.CommandLine.setNegatableOptionTransformer(CommandLine.INegatableOptionTransformer transformer) Sets theINegatableOptionTransformerused to create the negative form of negatable options.