Uses of Interface
picocli.CommandLine.Model.ISetter
-
Packages that use CommandLine.Model.ISetter Package Description picocli -
-
Uses of CommandLine.Model.ISetter in picocli
Methods in picocli that return CommandLine.Model.ISetter Modifier and Type Method Description CommandLine.Model.ISetterCommandLine.Model.ArgSpec. setter()Returns theCommandLine.Model.ISetterthat is responsible for modifying the value of this argument.CommandLine.Model.ISetterCommandLine.Model.UnmatchedArgsBinding. setter()Returns the setter responsible for consuming the unmatched arguments.Methods in picocli with parameters of type CommandLine.Model.ISetter Modifier and Type Method Description static CommandLine.Model.UnmatchedArgsBindingCommandLine.Model.UnmatchedArgsBinding. forStringArrayConsumer(CommandLine.Model.ISetter setter)Creates aUnmatchedArgsBindingfor a setter that consumesString[]objects.
-