Uses of Interface
picocli.CommandLine.IModelTransformer
-
Packages that use CommandLine.IModelTransformer Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IModelTransformer in picocli
Methods in picocli that return CommandLine.IModelTransformer Modifier and Type Method Description CommandLine.IModelTransformer
CommandLine.Model.CommandSpec. modelTransformer()
Returns the model transformer for this CommandSpec instance.Methods in picocli that return types with arguments of type CommandLine.IModelTransformer Modifier and Type Method Description Class<? extends CommandLine.IModelTransformer>
modelTransformer()
Returns the model transformer for this command.Methods in picocli with parameters of type CommandLine.IModelTransformer Modifier and Type Method Description CommandLine.Model.CommandSpec
CommandLine.Model.CommandSpec. modelTransformer(CommandLine.IModelTransformer modelTransformer)
Sets the model transformer for this CommandSpec instance.
-