Package | Description |
---|---|
org.jline.builtins | |
org.jline.reader |
JLine 3.
|
org.jline.reader.impl | |
org.jline.reader.impl.completer |
JLine 3.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
Completers.RegexCompleter.ArgumentLine |
Modifier and Type | Method | Description |
---|---|---|
void |
Completers.Completer.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
|
void |
Completers.FileNameCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
|
void |
Completers.OptionCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
|
void |
Completers.RegexCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
|
void |
Completers.SystemCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
|
void |
Completers.TreeCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
|
protected void |
Completers.Completer.completeCommandArguments(LineReader reader,
ParsedLine line,
List<Candidate> candidates,
List<Completers.CompletionData> completions) |
|
protected void |
Completers.OptDesc.completeOption(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates,
boolean longOpt) |
|
protected boolean |
Completers.OptDesc.completeValue(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates,
String curBuf,
String partialValue) |
|
Object |
Completers.CompletionEnvironment.evaluate(LineReader reader,
ParsedLine line,
String func) |
|
protected void |
Completers.Completer.tryCompleteArguments(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
CompletingParsedLine |
An extension of
ParsedLine that, being aware of the quoting and escaping rules
of the Parser that produced it, knows if and how a completion candidate
should be escaped/quoted. |
Modifier and Type | Method | Description |
---|---|---|
ParsedLine |
LineReader.getParsedLine() |
|
default ParsedLine |
Parser.parse(String line,
int cursor) |
|
ParsedLine |
Parser.parse(String line,
int cursor,
Parser.ParseContext context) |
Modifier and Type | Method | Description |
---|---|---|
void |
Completer.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
Populates candidates with a list of possible completions for the command line.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultParser.ArgumentList |
The result of a delimited buffer.
|
Modifier and Type | Field | Description |
---|---|---|
protected ParsedLine |
LineReaderImpl.parsedLine |
Modifier and Type | Method | Description |
---|---|---|
ParsedLine |
LineReaderImpl.getParsedLine() |
|
ParsedLine |
DefaultParser.parse(String line,
int cursor,
Parser.ParseContext context) |
Modifier and Type | Class | Description |
---|---|---|
static class |
ArgumentCompleter.ArgumentLine |
Modifier and Type | Method | Description |
---|---|---|
void |
AggregateCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
Perform a completion operation across all aggregated completers.
|
void |
ArgumentCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
|
void |
FileNameCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
Deprecated.
|
void |
NullCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
|
void |
StringsCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
Copyright © 2020. All rights reserved.