Uses of Interface
picocli.CommandLine.Model.ISetter
-
-
Uses of CommandLine.Model.ISetter in picocli
Subinterfaces of CommandLine.Model.ISetter in picocli Modifier and Type Interface Description static interfaceCommandLine.Model.IScopeThe scope of a binding is the context where the current value should be gotten from or set to.Methods in picocli that return CommandLine.Model.ISetter Modifier and Type Method Description CommandLine.Model.ISetterCommandLine.Model.ArgGroupSpec.Builder. setter()Returns theCommandLine.Model.ISetterthat is responsible for modifying the value of the annotated program element associated with this group.CommandLine.Model.ISetterCommandLine.Model.ArgGroupSpec. setter()Returns theCommandLine.Model.ISetterthat is responsible for modifying the value of the annotated program element associated with this group.CommandLine.Model.ISetterCommandLine.Model.ArgSpec. setter()Returns theCommandLine.Model.ISetterthat is responsible for modifying the value of this argument.CommandLine.Model.ISetterCommandLine.Model.IAnnotatedElement. setter()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.CommandLine.Model.ArgGroupSpec.BuilderCommandLine.Model.ArgGroupSpec.Builder. setter(CommandLine.Model.ISetter setter)Sets theCommandLine.Model.ISetterthat is responsible for modifying the value of the annotated program element associated with this group, and returns this builder.
-