Uses of Interface
picocli.CommandLine.Model.ITypeInfo
-
Packages that use CommandLine.Model.ITypeInfo Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality. -
-
Uses of CommandLine.Model.ITypeInfo in picocli
Fields in picocli declared as CommandLine.Model.ITypeInfo Modifier and Type Field Description protected CommandLine.Model.ITypeInfoCommandLine.Model.ArgSpec. typeInfoMethods in picocli that return CommandLine.Model.ITypeInfo Modifier and Type Method Description CommandLine.Model.ITypeInfoCommandLine.Model.IAnnotatedElement. getTypeInfo()CommandLine.Model.ITypeInfoCommandLine.Model.ArgGroupSpec.Builder. typeInfo()Returns the type info for the annotated program element associated with this group.CommandLine.Model.ITypeInfoCommandLine.Model.ArgGroupSpec. typeInfo()Returns the type info for the annotated program element associated with this group.CommandLine.Model.ITypeInfoCommandLine.Model.ArgSpec. typeInfo()Returns theITypeInfothat can be used both at compile time (by annotation processors) and at runtime.Methods in picocli that return types with arguments of type CommandLine.Model.ITypeInfo Modifier and Type Method Description List<CommandLine.Model.ITypeInfo>CommandLine.Model.ITypeInfo. getAuxiliaryTypeInfos()Returns type information of components or elements of amultivaluetype.Methods in picocli with parameters of type CommandLine.Model.ITypeInfo Modifier and Type Method Description CommandLine.Model.ArgGroupSpec.BuilderCommandLine.Model.ArgGroupSpec.Builder. typeInfo(CommandLine.Model.ITypeInfo newValue)Sets the type info for the annotated program element associated with this group, and returns this builder.
-