Uses of Class
picocli.CommandLine.Model.PositionalParamSpec.Builder
Packages that use CommandLine.Model.PositionalParamSpec.Builder
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.Model.PositionalParamSpec.Builder in picocli
Methods in picocli that return CommandLine.Model.PositionalParamSpec.BuilderModifier and TypeMethodDescriptionCommandLine.Model.PositionalParamSpec.builder()
CommandLine.Model.PositionalParamSpec.builder
(CommandLine.Model.IAnnotatedElement source, CommandLine.IFactory factory) CommandLine.Model.PositionalParamSpec.builder
(CommandLine.Model.PositionalParamSpec original) Returns a Builder initialized from the specifiedPositionalSpec
.Sets the index or range specifying which of the command line arguments should be assigned to this positional parameter, and returns this builder.CommandLine.Model.PositionalParamSpec.Builder.index
(CommandLine.Range index) Sets the index or range specifying which of the command line arguments should be assigned to this positional parameter, and returns this builder.CommandLine.Model.PositionalParamSpec.Builder.self()
Returns this builder.CommandLine.Model.PositionalParamSpec.toBuilder()
Returns a new Builder initialized with the attributes from thisPositionalParamSpec
.