| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl | |
| org.jline.reader.impl.completer |
JLine 3.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Candidate.compareTo(Candidate o) |
| 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 | Method and Description |
|---|---|
protected LineReaderImpl.PostResult |
LineReaderImpl.computePost(List<Candidate> possible,
Candidate selection,
List<Candidate> ordered,
String completed) |
protected LineReaderImpl.PostResult |
LineReaderImpl.toColumns(List<Object> items,
Candidate selection,
String completed) |
protected void |
LineReaderImpl.toColumns(Object items,
int width,
int maxWidth,
AttributedStringBuilder sb,
Candidate selection,
String completed,
int[] out) |
| Modifier and Type | Method and Description |
|---|---|
protected LineReaderImpl.PostResult |
LineReaderImpl.computePost(List<Candidate> possible,
Candidate selection,
List<Candidate> ordered,
String completed) |
protected LineReaderImpl.PostResult |
LineReaderImpl.computePost(List<Candidate> possible,
Candidate selection,
List<Candidate> ordered,
String completed) |
protected boolean |
LineReaderImpl.doList(List<Candidate> possible,
String completed,
boolean runLoop) |
protected boolean |
LineReaderImpl.doMenu(List<Candidate> original,
String completed) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Candidate> |
StringsCompleter.candidates |
| 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 © 2017. All rights reserved.