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 andautocompletion
functionality. -
-
Uses of CommandLine.Model.ITypeInfo in picocli
Fields in picocli declared as CommandLine.Model.ITypeInfo Modifier and Type Field Description protected CommandLine.Model.ITypeInfo
CommandLine.Model.ArgSpec. typeInfo
Methods in picocli that return CommandLine.Model.ITypeInfo Modifier and Type Method Description CommandLine.Model.ITypeInfo
CommandLine.Model.IAnnotatedElement. getTypeInfo()
CommandLine.Model.ITypeInfo
CommandLine.Model.ArgGroupSpec.Builder. typeInfo()
Returns the type info for the annotated program element associated with this group.CommandLine.Model.ITypeInfo
CommandLine.Model.ArgGroupSpec. typeInfo()
Returns the type info for the annotated program element associated with this group.CommandLine.Model.ITypeInfo
CommandLine.Model.ArgSpec. typeInfo()
Returns theITypeInfo
that 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 amultivalue
type.Methods in picocli with parameters of type CommandLine.Model.ITypeInfo Modifier and Type Method Description CommandLine.Model.ArgGroupSpec.Builder
CommandLine.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.
-