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
Classes in picocli that implement CommandLine.IModelTransformer Modifier and Type Class Description private static class
CommandLine.NoOpModelTransformer
Fields in picocli declared as CommandLine.IModelTransformer Modifier and Type Field Description private CommandLine.IModelTransformer
CommandLine.Model.CommandSpec. modelTransformer
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 java.lang.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 (package private) void
CommandLine.Model.CommandSpec. initModelTransformer(CommandLine.IModelTransformer value)
CommandLine.Model.CommandSpec
CommandLine.Model.CommandSpec. modelTransformer(CommandLine.IModelTransformer modelTransformer)
Sets the model transformer for this CommandSpec instance.Method parameters in picocli with type arguments of type CommandLine.IModelTransformer Modifier and Type Method Description (package private) void
CommandLine.Model.CommandSpec. updateModelTransformer(java.lang.Class<? extends CommandLine.IModelTransformer> value, CommandLine.IFactory factory)
-