| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl | |
| org.jline.reader.impl.completer |
JLine 3.
|
| 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 |
FileNameCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
void |
ArgumentCompleter.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.
|
Copyright © 2020. All rights reserved.