Uses of Class
picocli.CommandLine.Model.PositionalParamSpec.Builder
-
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
.(package private) CommandLine.Model.PositionalParamSpec.Builder
CommandLine.Model.PositionalParamSpec.Builder.capacity
(CommandLine.Range capacity) 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
.Constructors in picocli with parameters of type CommandLine.Model.PositionalParamSpec.BuilderModifierConstructorDescriptionprivate
Ensures all attributes of thisPositionalParamSpec
have a valid value; throws anCommandLine.InitializationException
if this cannot be achieved.