A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BASE_PATH - Static variable in class picocli.codegen.aot.graalvm.processor.NativeImageConfigGeneratorProcessor
-
Base path where generated files will be written to: "META-INF/native-image/picocli-generated/".
- bash(String, File, File, CommandLine) - Static method in class picocli.AutoComplete
-
Generates source code for an autocompletion bash script for the specified picocli-based application, and writes this script to the specified
out
file, and optionally writes an invocation script to the specifiedcommand
file. - bash(String, CommandLine) - Static method in class picocli.AutoComplete
-
Generates and returns the source code for an autocompletion bash script for the specified picocli-based application.
- beforeParseArgs(CommandLine) - Method in class picocli.groovy.PicocliBaseScript2
-
Customizes the specified
CommandLine
instance to set a customIParameterExceptionHandler
and a customIExecutionExceptionHandler
, subclasses can override to customize further. - bg(String) - Static method in enum picocli.CommandLine.Help.Ansi.Style
-
Parses the specified style markup and returns the associated style.
- bg_black - picocli.CommandLine.Help.Ansi.Style
- bg_blue - picocli.CommandLine.Help.Ansi.Style
- bg_cyan - picocli.CommandLine.Help.Ansi.Style
- bg_green - picocli.CommandLine.Help.Ansi.Style
- bg_magenta - picocli.CommandLine.Help.Ansi.Style
- bg_red - picocli.CommandLine.Help.Ansi.Style
- bg_white - picocli.CommandLine.Help.Ansi.Style
- bg_yellow - picocli.CommandLine.Help.Ansi.Style
- blink - picocli.CommandLine.Help.Ansi.Style
- bold - picocli.CommandLine.Help.Ansi.Style
- build() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
-
Creates and returns a new
ColorScheme
with the values configured on this builder. - build() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
-
Returns a valid
ArgGroupSpec
instance. - build() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
-
Returns a valid
OptionSpec
instance. - build() - Method in class picocli.CommandLine.Model.PositionalParamSpec.Builder
-
Returns a valid
PositionalParamSpec
instance. - build() - Method in class picocli.CommandLine.ParseResult.Builder
-
Creates and returns a new
ParseResult
instance for this builder's configuration. - build() - Method in class picocli.CommandLine.RegexTransformer.Builder
- builder() - Static method in class picocli.CommandLine.Model.ArgGroupSpec
-
Returns a new
CommandLine.Model.ArgGroupSpec.Builder
. - builder() - Static method in class picocli.CommandLine.Model.PositionalParamSpec
- builder(String[]) - Static method in class picocli.CommandLine.Model.OptionSpec
- builder(String, String...) - Static method in class picocli.CommandLine.Model.OptionSpec
- builder(CommandLine.Model.CommandSpec) - Static method in class picocli.CommandLine.ParseResult
-
Creates and returns a new
ParseResult.Builder
for the specified command spec. - builder(CommandLine.Model.IAnnotatedElement) - Static method in class picocli.CommandLine.Model.ArgGroupSpec
-
Returns a new
CommandLine.Model.ArgGroupSpec.Builder
associated with the specified annotated element. - builder(CommandLine.Model.IAnnotatedElement, CommandLine.IFactory) - Static method in class picocli.CommandLine.Model.OptionSpec
- builder(CommandLine.Model.IAnnotatedElement, CommandLine.IFactory) - Static method in class picocli.CommandLine.Model.PositionalParamSpec
- builder(CommandLine.Model.OptionSpec) - Static method in class picocli.CommandLine.Model.OptionSpec
-
Returns a Builder initialized from the specified
OptionSpec
. - builder(CommandLine.Model.PositionalParamSpec) - Static method in class picocli.CommandLine.Model.PositionalParamSpec
-
Returns a Builder initialized from the specified
PositionalSpec
. - Builder() - Constructor for class picocli.CommandLine.Help.ColorScheme.Builder
-
Constructs an empty color scheme builder with Ansi.AUTO.
- Builder() - Constructor for class picocli.CommandLine.RegexTransformer.Builder
-
Constructs an empty builder.
- Builder(CommandLine.Help.Ansi) - Constructor for class picocli.CommandLine.Help.ColorScheme.Builder
-
Constructs an empty color scheme builder with the specified Ansi value.
- Builder(CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help.ColorScheme.Builder
-
Constructs a color scheme builder with all attributes copied from the specified color scheme.
- Builder(CommandLine.RegexTransformer) - Constructor for class picocli.CommandLine.RegexTransformer.Builder
-
Constructs a builder populated with the values from the specified RegexTransformer.
All Classes All Packages