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.completeCommand(List<Candidate> candidates) |
protected void |
Completers.Completer.completeCommandArguments(LineReader reader,
ParsedLine line,
List<Candidate> candidates,
List<Completers.CompletionData> completions) |
protected void |
Completers.Completer.tryCompleteArguments(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
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 org.jline.reader.impl.LineReaderImpl.PostResult |
LineReaderImpl.computePost(List<Candidate> possible,
Candidate selection,
List<Candidate> ordered,
String completed) |
protected org.jline.reader.impl.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 org.jline.reader.impl.LineReaderImpl.PostResult |
LineReaderImpl.computePost(List<Candidate> possible,
Candidate selection,
List<Candidate> ordered,
String completed) |
protected org.jline.reader.impl.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 |
FileNameCompleter.complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
void |
AggregateCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates)
Perform a completion operation across all aggregated completers.
|
void |
NullCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
void |
ArgumentCompleter.complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
Copyright © 2017. All rights reserved.