Uses of Interface
picocli.CommandLine.Model.IGetter
-
Packages that use CommandLine.Model.IGetter Package Description picocli -
-
Uses of CommandLine.Model.IGetter in picocli
Methods in picocli that return CommandLine.Model.IGetter Modifier and Type Method Description CommandLine.Model.IGetterCommandLine.Model.ArgSpec. getter()Returns theCommandLine.Model.IGetterthat is responsible for supplying the value of this argument.CommandLine.Model.IGetterCommandLine.Model.UnmatchedArgsBinding. getter()Returns the getter responsible for producing aCollectionthat the unmatched arguments can be added to.Methods in picocli with parameters of type CommandLine.Model.IGetter Modifier and Type Method Description static CommandLine.Model.UnmatchedArgsBindingCommandLine.Model.UnmatchedArgsBinding. forStringCollectionSupplier(CommandLine.Model.IGetter getter)Creates aUnmatchedArgsBindingfor a getter that produces aCollection<String>that the unmatched arguments can be added to.
-