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 andautocompletionfunctionality. -
-
Uses of CommandLine.IModelTransformer in picocli
Classes in picocli that implement CommandLine.IModelTransformer Modifier and Type Class Description private static classCommandLine.NoOpModelTransformerFields in picocli declared as CommandLine.IModelTransformer Modifier and Type Field Description private CommandLine.IModelTransformerCommandLine.Model.CommandSpec. modelTransformerMethods in picocli that return CommandLine.IModelTransformer Modifier and Type Method Description CommandLine.IModelTransformerCommandLine.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) voidCommandLine.Model.CommandSpec. initModelTransformer(CommandLine.IModelTransformer value)CommandLine.Model.CommandSpecCommandLine.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) voidCommandLine.Model.CommandSpec. updateModelTransformer(java.lang.Class<? extends CommandLine.IModelTransformer> value, CommandLine.IFactory factory)
-