Uses of Interface
picocli.CommandLine.Model.IScope
-
Packages that use CommandLine.Model.IScope Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality.picocli.codegen.annotation.processing -
-
Uses of CommandLine.Model.IScope in picocli
Classes in picocli that implement CommandLine.Model.IScope Modifier and Type Class Description (package private) static classCommandLine.Model.CommandUserObject(package private) static classCommandLine.Model.ObjectScopeFields in picocli declared as CommandLine.Model.IScope Modifier and Type Field Description private CommandLine.Model.IScopeCommandLine.Model.ArgGroupSpec.Builder. scopeprivate CommandLine.Model.IScopeCommandLine.Model.ArgGroupSpec. scopeprivate CommandLine.Model.IScopeCommandLine.Model.ArgSpec.Builder. scopeprivate CommandLine.Model.IScopeCommandLine.Model.ArgSpec. scopeprivate CommandLine.Model.IScopeCommandLine.Model.FieldBinding. scopeprivate CommandLine.Model.IScopeCommandLine.Model.MethodBinding. scopeprivate CommandLine.Model.IScopeCommandLine.Model.TypedMember. scopeMethods in picocli that return CommandLine.Model.IScope Modifier and Type Method Description (package private) static CommandLine.Model.IScopeCommandLine.Model.ObjectScope. asScope(java.lang.Object scope)CommandLine.Model.IScopeCommandLine.Model.ArgGroupSpec.Builder. scope()Returns theCommandLine.Model.IScopethat determines where the setter sets the value (or the getter gets the value) of the annotated program element associated with this group.CommandLine.Model.IScopeCommandLine.Model.ArgGroupSpec. scope()Returns theCommandLine.Model.IScopethat determines where the setter sets the value (or the getter gets the value) of the annotated program element associated with this group.CommandLine.Model.IScopeCommandLine.Model.ArgSpec.Builder. scope()Returns the bindingCommandLine.Model.IScopethat determines the instance of the enclosing element where the setter sets the value (or the getter gets the value) of this argument.CommandLine.Model.IScopeCommandLine.Model.ArgSpec. scope()Returns the bindingCommandLine.Model.IScopethat determines on which object to set the value (or from which object to get the value) of this argument.CommandLine.Model.IScopeCommandLine.Model.IAnnotatedElement. scope()CommandLine.Model.IScopeCommandLine.Model.TypedMember. scope()Methods in picocli with parameters of type CommandLine.Model.IScope Modifier and Type Method Description (package private) static CommandLine.Model.TypedMemberCommandLine.Model.TypedMember. createIfAnnotated(java.lang.reflect.Field field, CommandLine.Model.IScope scope)(package private) static CommandLine.Model.TypedMemberCommandLine.Model.TypedMember. createIfAnnotated(java.lang.reflect.Method method, CommandLine.Model.IScope scope, CommandLine.Model.CommandSpec spec)static booleanCommandLine.Model.ObjectScope. hasInstance(CommandLine.Model.IScope scope)private static booleanCommandLine.Model.CommandReflection. initFromAnnotatedFields(CommandLine.Model.IScope scope, java.lang.Class<?> cls, CommandLine.Model.CommandSpec receiver, CommandLine.Model.ArgGroupSpec.Builder groupBuilder, CommandLine.IFactory factory, CommandLine.Model.Predicate<CommandLine.Model.TypedMember> predicate)private static booleanCommandLine.Model.CommandReflection. initFromMethodParameters(CommandLine.Model.IScope scope, java.lang.reflect.Method method, CommandLine.Model.CommandSpec receiver, CommandLine.Model.ArgGroupSpec.Builder groupBuilder, CommandLine.IFactory factory)static booleanCommandLine.Model.ObjectScope. isProxyClass(CommandLine.Model.IScope scope)CommandLine.Model.ArgGroupSpec.BuilderCommandLine.Model.ArgGroupSpec.Builder. scope(CommandLine.Model.IScope scope)Sets theCommandLine.Model.IScopethat targets where the setter sets the value of the annotated program element associated with this group, and returns this builder.TCommandLine.Model.ArgSpec.Builder. scope(CommandLine.Model.IScope scope)Sets the bindingCommandLine.Model.IScopethat targets where the setter sets the value, and returns this builder.static java.lang.ObjectCommandLine.Model.ObjectScope. tryGet(CommandLine.Model.IScope scope)Constructors in picocli with parameters of type CommandLine.Model.IScope Constructor Description FieldBinding(CommandLine.Model.IScope scope, java.lang.reflect.Field field)MethodBinding(CommandLine.Model.IScope scope, java.lang.reflect.Method method, CommandLine.Model.CommandSpec spec)TypedMember(java.lang.reflect.Field field, CommandLine.Model.IScope scope)TypedMember(java.lang.reflect.Method method, CommandLine.Model.IScope scope, CommandLine.Model.CommandSpec spec)TypedMember(CommandLine.Model.MethodParam param, CommandLine.Model.IScope scope) -
Uses of CommandLine.Model.IScope in picocli.codegen.annotation.processing
Methods in picocli.codegen.annotation.processing that return CommandLine.Model.IScope Modifier and Type Method Description CommandLine.Model.IScopeTypedMember. scope()
-