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
N
- name() - Method in annotation type picocli.CommandLine.Command
-
Program name to show in the synopsis.
- name() - Method in annotation type picocli.CommandLine.Mixin
-
Optionally specify a name that the mixin object can be retrieved with from the
CommandSpec
. - name() - Method in class picocli.CommandLine.Model.CommandSpec
-
Returns name of this command.
- name() - Method in class picocli.shell.jline3.PicocliCommands
-
Returns the name shown for this collection of picocli commands in the usage help message.
- name(String) - Method in class picocli.CommandLine.Model.CommandSpec
-
Sets the String to use as the program name in the synopsis line of the help message.
- name(String) - Method in class picocli.shell.jline3.PicocliCommands
-
Sets the name shown for this collection of picocli commands in the usage help message.
- names() - Method in class picocli.CommandLine.Model.CommandSpec
-
Returns all names of this command, including
CommandLine.Model.CommandSpec.name()
andCommandLine.Model.CommandSpec.aliases()
. - names() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
-
Returns one or more option names.
- names() - Method in class picocli.CommandLine.Model.OptionSpec
-
Returns one or more option names.
- names() - Method in annotation type picocli.CommandLine.Option
-
One or more option names.
- names(String...) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
-
Replaces the option names with the specified values.
- NativeImageConfigGeneratorProcessor - Class in picocli.codegen.aot.graalvm.processor
- NativeImageConfigGeneratorProcessor() - Constructor for class picocli.codegen.aot.graalvm.processor.NativeImageConfigGeneratorProcessor
- negatable() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
-
Returns whether a negative version for this boolean option is automatically added.
- negatable() - Method in class picocli.CommandLine.Model.OptionSpec
-
Returns whether a negative version for this boolean option is automatically added.
- negatable() - Method in annotation type picocli.CommandLine.Option
-
(Only for boolean options): set this to automatically add a negative version for this boolean option.
- negatable(boolean) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
-
Sets whether a negative version for this boolean option is automatically added, and returns this builder.
- negatableOptionTransformer() - Method in class picocli.CommandLine.Model.CommandSpec
-
Returns the
INegatableOptionTransformer
used to create the negative form of negatable options. - negatableOptionTransformer(CommandLine.INegatableOptionTransformer) - Method in class picocli.CommandLine.Model.CommandSpec
-
Sets the
INegatableOptionTransformer
used to create the negative form of negatable options. - negatedOptionsMap() - Method in class picocli.CommandLine.Model.CommandSpec
-
Returns a map of the negated option names to option spec objects configured for this command.
- NEVER - picocli.CommandLine.Help.Visibility
- notNull(T, String) - Static method in class picocli.codegen.util.Assert
-
Throws a NullPointerException if the specified object is null.
- NULL_VALUE - Static variable in annotation type picocli.CommandLine.Option
-
Special value that can be used in some annotation attributes to designate
null
. - NULL_VALUE - Static variable in annotation type picocli.CommandLine.Parameters
-
Special value that can be used in some annotation attributes to designate
null
.
All Classes All Packages