Uses of Interface
picocli.CommandLine.Model.IGetter
-
Packages that use CommandLine.Model.IGetter Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality.picocli.codegen.annotation.processing picocli.codegen.aot.graalvm -
-
Uses of CommandLine.Model.IGetter in picocli
Subinterfaces of CommandLine.Model.IGetter in picocli Modifier and Type Interface Description static interfaceCommandLine.Model.IScopeThe scope of a getter/setter binding is the context where the current value should be gotten from or set to.Classes in picocli that implement CommandLine.Model.IGetter Modifier and Type Class Description (package private) static classCommandLine.Model.CommandUserObject(package private) static classCommandLine.Model.FieldBinding(package private) static classCommandLine.Model.MethodBindingprivate static classCommandLine.Model.ObjectBinding(package private) static classCommandLine.Model.ObjectScope(package private) classCommandLine.Model.PicocliInvocationHandler.ProxyBindingFields in picocli declared as CommandLine.Model.IGetter Modifier and Type Field Description private CommandLine.Model.IGetterCommandLine.Model.ArgGroupSpec.Builder. getterprivate CommandLine.Model.IGetterCommandLine.Model.ArgGroupSpec. getterprivate CommandLine.Model.IGetterCommandLine.Model.ArgSpec.Builder. getterprivate CommandLine.Model.IGetterCommandLine.Model.ArgSpec. getterprivate CommandLine.Model.IGetterCommandLine.Model.TypedMember. getterprivate CommandLine.Model.IGetterCommandLine.Model.UnmatchedArgsBinding. getterMethods in picocli that return CommandLine.Model.IGetter Modifier and Type Method Description CommandLine.Model.IGetterCommandLine.Model.ArgGroupSpec.Builder. getter()Returns theCommandLine.Model.IGetterthat is responsible for supplying the value of the annotated program element associated with this group.CommandLine.Model.IGetterCommandLine.Model.ArgGroupSpec. getter()Returns theCommandLine.Model.IGetterthat is responsible for supplying the value of the annotated program element associated with this group.CommandLine.Model.IGetterCommandLine.Model.ArgSpec.Builder. getter()Returns theCommandLine.Model.IGetterthat is responsible for supplying the value of this argument.CommandLine.Model.IGetterCommandLine.Model.ArgSpec. getter()Returns theCommandLine.Model.IGetterthat is responsible for supplying the value of this argument.CommandLine.Model.IGetterCommandLine.Model.IAnnotatedElement. getter()CommandLine.Model.IGetterCommandLine.Model.TypedMember. getter()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.CommandLine.Model.ArgGroupSpec.BuilderCommandLine.Model.ArgGroupSpec.Builder. getter(CommandLine.Model.IGetter getter)Sets theCommandLine.Model.IGetterthat is responsible for getting the value of the annotated program element associated with this group, and returns this builder.TCommandLine.Model.ArgSpec.Builder. getter(CommandLine.Model.IGetter getter)Sets theCommandLine.Model.IGetterthat is responsible for getting the value of this argument, and returns this builder.Constructors in picocli with parameters of type CommandLine.Model.IGetter Constructor Description UnmatchedArgsBinding(CommandLine.Model.IGetter getter, CommandLine.Model.ISetter setter) -
Uses of CommandLine.Model.IGetter in picocli.codegen.annotation.processing
Classes in picocli.codegen.annotation.processing that implement CommandLine.Model.IGetter Modifier and Type Class Description classAnnotatedElementHolderImplementation of theCommandLine.Model.IGetterandCommandLine.Model.ISetterinterface that allows customCommandSpecannotation processors to inspectArgSpecobjects to discover what program element was annotated with@Optionor@Parameters.Fields in picocli.codegen.annotation.processing declared as CommandLine.Model.IGetter Modifier and Type Field Description private CommandLine.Model.IGetterTypedMember. getterMethods in picocli.codegen.annotation.processing that return CommandLine.Model.IGetter Modifier and Type Method Description CommandLine.Model.IGetterTypedMember. getter() -
Uses of CommandLine.Model.IGetter in picocli.codegen.aot.graalvm
Methods in picocli.codegen.aot.graalvm with parameters of type CommandLine.Model.IGetter Modifier and Type Method Description private voidReflectionConfigGenerator.Visitor. visitGetter(CommandLine.Model.IGetter getter)
-