Package | Description |
---|---|
org.jline.builtins | |
org.jline.reader |
JLine 3.
|
org.jline.reader.impl | |
org.jline.reader.impl.completer |
JLine 3.
|
Modifier and Type | Method and Description |
---|---|
void |
Completers.Completer.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
protected void |
Completers.Completer.completeCommandArguments(LineReader reader,
ParsedLine line,
List<Candidate> candidates,
List<Completers.CompletionData> completions) |
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 | Method and 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 and Description |
---|---|
void |
Completer.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates)
Populates candidates with a list of possible completions for the buffer.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultParser.ArgumentList
The result of a delimited buffer.
|
Modifier and Type | Field and Description |
---|---|
protected ParsedLine |
LineReaderImpl.parsedLine |
Modifier and Type | Method and Description |
---|---|
ParsedLine |
LineReaderImpl.getParsedLine() |
ParsedLine |
DefaultParser.parse(String line,
int cursor,
Parser.ParseContext context) |
Modifier and Type | Class and Description |
---|---|
static class |
ArgumentCompleter.ArgumentLine |
Modifier and Type | Method and Description |
---|---|
void |
StringsCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
void |
NullCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
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) |
Copyright © 2018. All rights reserved.