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
T
- table - Variable in class picocli.CommandLine.Help.Layout
- text(String) - Method in enum picocli.CommandLine.Help.Ansi
-
Returns a new Text object for this Ansi mode, encapsulating the specified string which may contain markup like
@|bg(red),white,underline some text|@
. - text(String) - Method in class picocli.CommandLine.Help.ColorScheme
-
Returns a new Text object for this ColorScheme, encapsulating the specified string which may contain markup like
@|bg(red),white,underline some text|@
. - Text(int) - Constructor for class picocli.CommandLine.Help.Ansi.Text
-
Constructs a Text with the specified max length (for use in a TextTable Column).
- Text(int, CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help.Ansi.Text
-
Constructs a Text with the specified max length (for use in a TextTable Column).
- Text(String) - Constructor for class picocli.CommandLine.Help.Ansi.Text
-
Constructs a Text with the specified String, which may contain markup like
@|bg(red),white,underline some text|@
. - Text(String, CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help.Ansi.Text
-
Constructs a Text with the specified String (which may contain markup), and ColorScheme.
- Text(CommandLine.Help.Ansi.Text) - Constructor for class picocli.CommandLine.Help.Ansi.Text
-
Copy constructor.
- textAt(int, int) - Method in class picocli.CommandLine.Help.TextTable
-
Returns the
Text
slot at the specified row and column to write a text value into. - textTable() - Method in class picocli.CommandLine.Help.Layout
-
Returns the TextTable used in this layout.
- TextTable(CommandLine.Help.Ansi, CommandLine.Help.Column[]) - Constructor for class picocli.CommandLine.Help.TextTable
-
Deprecated.
- TextTable(CommandLine.Help.ColorScheme, CommandLine.Help.Column[]) - Constructor for class picocli.CommandLine.Help.TextTable
- throwOrExit(CommandLine.ExecutionException) - Method in class picocli.CommandLine.AbstractHandler
-
Deprecated.Convenience method for subclasses that throws the specified ExecutionException if no exit code was set, or otherwise, if an exit code was set, prints the stacktrace of the specified exception to the diagnostic error stream and calls
System.exit
with the configured exit code to terminate the currently running Java virtual machine. - toBuilder() - Method in class picocli.CommandLine.Model.OptionSpec
-
Returns a new Builder initialized with the attributes from this
OptionSpec
. - toBuilder() - Method in class picocli.CommandLine.Model.PositionalParamSpec
-
Returns a new Builder initialized with the attributes from this
PositionalParamSpec
. - toggleBooleanFlags() - Method in class picocli.CommandLine.Model.ParserSpec
- toggleBooleanFlags(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
- toString - Variable in class picocli.CommandLine.Model.ArgSpec
- toString() - Method in class picocli.codegen.annotation.processing.AnnotatedElementHolder
-
Returns a string representation of this binding, for debugging purposes.
- toString() - Method in class picocli.CommandLine.Help.Ansi.Text
-
Returns a String representation of the text with ANSI escape codes embedded, unless ANSI is CommandLine.Help.Ansi.enabled() not enabled}, in which case the plain text is returned.
- toString() - Method in class picocli.CommandLine.Help.ColorScheme
- toString() - Method in class picocli.CommandLine.Help.Column
- toString() - Method in class picocli.CommandLine.Help.Layout
-
Returns the section of the usage help message accumulated in the TextTable owned by this layout.
- toString() - Method in class picocli.CommandLine.Help.TextTable
- toString() - Method in class picocli.CommandLine.Model.ArgGroupSpec
- toString() - Method in class picocli.CommandLine.Model.ArgSpec
-
Returns a string respresentation of this option or positional parameter.
- toString() - Method in class picocli.CommandLine.Model.CommandSpec
-
Returns a string representation of this command, used in error messages and trace messages.
- toString() - Method in class picocli.CommandLine.Model.MethodParam
- toString() - Method in class picocli.CommandLine.Model.ParserSpec
- toString() - Method in class picocli.CommandLine.ParseResult.GroupMatch
- toString() - Method in class picocli.CommandLine.ParseResult.GroupMatchContainer
- toString() - Method in class picocli.CommandLine.PropertiesDefaultProvider
- toString() - Method in class picocli.CommandLine.Range
- toString() - Method in class picocli.CommandLine.RegexTransformer
- toString() - Method in class picocli.CommandLine.Tracer
- toString(StringBuilder) - Method in class picocli.CommandLine.Help.TextTable
-
Copies the text representation that we built up from the options into the specified StringBuilder.
- tracer() - Static method in class picocli.CommandLine
-
Returns the
Tracer
used internally for printing internal debug statements. - transform(CommandLine.Model.CommandSpec) - Method in interface picocli.CommandLine.IModelTransformer
-
Given an original CommandSpec, return the object that should be used instead.
- trimQuotes() - Method in class picocli.CommandLine.Model.ParserSpec
- trimQuotes(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
- TRUNCATE - picocli.CommandLine.Help.Column.Overflow
- type() - Method in class picocli.CommandLine.Model.ArgSpec
-
Returns the type to convert the option or positional parameter to before setting the value.
- type() - Method in annotation type picocli.CommandLine.Option
-
Optionally specify a
type
to control exactly what Class the option parameter should be converted to. - type() - Method in annotation type picocli.CommandLine.Parameters
-
Optionally specify a
type
to control exactly what Class the positional parameter should be converted to. - TypeConversionException(String) - Constructor for exception picocli.CommandLine.TypeConversionException
-
Constructs a TypeConversionException.
- typedValues() - Method in class picocli.CommandLine.Model.ArgSpec
-
Returns the typed command line arguments matched by this option or positional parameter spec.
- typeInfo - Variable in class picocli.CommandLine.Model.ArgSpec
- typeInfo() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
-
Returns the type info for the annotated program element associated with this group.
- typeInfo() - Method in class picocli.CommandLine.Model.ArgGroupSpec
-
Returns the type info for the annotated program element associated with this group.
- typeInfo() - Method in class picocli.CommandLine.Model.ArgSpec
-
Returns the
ITypeInfo
that can be used both at compile time (by annotation processors) and at runtime. - typeInfo(CommandLine.Model.ITypeInfo) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
-
Sets the type info for the annotated program element associated with this group, and returns this builder.
All Classes All Packages