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 specifiedoutfile, and optionally writes an invocation script to the specifiedcommandfile.
- 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 specifiedCommandLineinstance to set a customIParameterExceptionHandlerand 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 newColorSchemewith the values configured on this builder.
- build() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
- 
Returns a validArgGroupSpecinstance.
- build() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
- 
Returns a validOptionSpecinstance.
- build() - Method in class picocli.CommandLine.Model.PositionalParamSpec.Builder
- 
Returns a validPositionalParamSpecinstance.
- build() - Method in class picocli.CommandLine.ParseResult.Builder
- 
Creates and returns a newParseResultinstance for this builder's configuration.
- build() - Method in class picocli.CommandLine.RegexTransformer.Builder
- builder() - Static method in class picocli.CommandLine.Model.ArgGroupSpec
- 
Returns a newCommandLine.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 newParseResult.Builderfor the specified command spec.
- builder(CommandLine.Model.IAnnotatedElement) - Static method in class picocli.CommandLine.Model.ArgGroupSpec
- 
Returns a newCommandLine.Model.ArgGroupSpec.Builderassociated 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 specifiedOptionSpec.
- builder(CommandLine.Model.PositionalParamSpec) - Static method in class picocli.CommandLine.Model.PositionalParamSpec
- 
Returns a Builder initialized from the specifiedPositionalSpec.
- 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