C E H I N P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- call() - Method in class picocli.shell.jline3.PicocliCommands.ClearScreen
- commandAliases() - Method in class picocli.shell.jline3.PicocliCommands
- commandDescription(String) - Method in class picocli.shell.jline3.PicocliCommands
- commandDescription(List<String>) - Method in class picocli.shell.jline3.PicocliCommands
- commandInfo(String) - Method in class picocli.shell.jline3.PicocliCommands
- commandNames() - Method in class picocli.shell.jline3.PicocliCommands
- compileCompleters() - Method in class picocli.shell.jline3.PicocliCommands
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class picocli.shell.jline3.PicocliJLineCompleter
-
Populates candidates with a list of possible completions for the command line.
- create(Class<K>) - Method in class picocli.shell.jline3.PicocliCommands.PicocliCommandsFactory
E
- execute(CommandRegistry.CommandSession, String, String[]) - Method in class picocli.shell.jline3.PicocliCommands
H
- hasCommand(String) - Method in class picocli.shell.jline3.PicocliCommands
I
- invoke(CommandRegistry.CommandSession, String, Object...) - Method in class picocli.shell.jline3.PicocliCommands
N
- 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.shell.jline3.PicocliCommands
-
Sets the name shown for this collection of picocli commands in the usage help message.
P
- picocli.shell.jline3 - package picocli.shell.jline3
-
Provides classes and interfaces for integrating picocli with JLine 3.
- PicocliCommands - Class in picocli.shell.jline3
-
Compiles SystemCompleter for command completion and implements a method commandDescription() that provides command descriptions for JLine TailTipWidgets to be displayed in terminal status bar.
- PicocliCommands(CommandLine) - Constructor for class picocli.shell.jline3.PicocliCommands
- PicocliCommands.ClearScreen - Class in picocli.shell.jline3
-
Command that clears the screen.
- PicocliCommands.PicocliCommandsFactory - Class in picocli.shell.jline3
-
Command factory that is necessary for applications that want the use the
ClearScreen
subcommand. - PicocliCommandsFactory() - Constructor for class picocli.shell.jline3.PicocliCommands.PicocliCommandsFactory
- PicocliCommandsFactory(CommandLine.IFactory) - Constructor for class picocli.shell.jline3.PicocliCommands.PicocliCommandsFactory
- PicocliJLineCompleter - Class in picocli.shell.jline3
-
Implementation of the JLine 3
Completer
interface that generates completion candidates for the specified command line based on theCommandLine.Model.CommandSpec
that thisPicocliJLineCompleter
was constructed with. - PicocliJLineCompleter(CommandLine.Model.CommandSpec) - Constructor for class picocli.shell.jline3.PicocliJLineCompleter
-
Constructs a new
PicocliJLineCompleter
for the given command spec.
S
- setTerminal(Terminal) - Method in class picocli.shell.jline3.PicocliCommands.PicocliCommandsFactory
All Classes All Packages