Uses of Class
picocli.CommandLine.Model.ArgSpec.Builder
-
Packages that use CommandLine.Model.ArgSpec.Builder Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.Model.ArgSpec.Builder in picocli
Classes in picocli with type parameters of type CommandLine.Model.ArgSpec.Builder Modifier and Type Class Description (package private) static class
CommandLine.Model.ArgSpec.Builder<T extends CommandLine.Model.ArgSpec.Builder<T>>
Subclasses of CommandLine.Model.ArgSpec.Builder in picocli Modifier and Type Class Description static class
CommandLine.Model.OptionSpec.Builder
Builder responsible for creating validOptionSpec
objects.static class
CommandLine.Model.PositionalParamSpec.Builder
Builder responsible for creating validPositionalParamSpec
objects.Methods in picocli that return CommandLine.Model.ArgSpec.Builder Modifier and Type Method Description CommandLine.Model.ArgSpec.Builder
CommandLine.Model.ArgSpec.Builder. mapFallbackValue(java.lang.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.Builder Constructor Description ArgSpec(CommandLine.Model.ArgSpec.Builder<T> builder)
Constructs a newArgSpec
.
-