Uses of Class
picocli.CommandLine.Model.ArgSpec.Builder
-
Uses of CommandLine.Model.ArgSpec.Builder in picocli
Classes in picocli with type parameters of type CommandLine.Model.ArgSpec.BuilderModifier and TypeClassDescription(package private) static class
Subclasses of CommandLine.Model.ArgSpec.Builder in picocliModifier and TypeClassDescriptionstatic class
Builder responsible for creating validOptionSpec
objects.static class
Builder responsible for creating validPositionalParamSpec
objects.Methods in picocli that return CommandLine.Model.ArgSpec.BuilderModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.Builder.mapFallbackValue
(String fallbackValue) Sets the fallback value for this Map option or positional parameter: the value that is put into the Map when only the key is specified for the option or positional parameter, like-Dkey
instead of-Dkey=value
.Constructors in picocli with parameters of type CommandLine.Model.ArgSpec.BuilderModifierConstructorDescriptionprivate
ArgSpec
(CommandLine.Model.ArgSpec.Builder<T> builder) Constructs a newArgSpec
.