| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
static LineReader.Option |
LineReader.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineReader.Option[] |
LineReader.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LineReader.isSet(LineReader.Option option) |
LineReader |
LineReader.option(LineReader.Option option,
boolean value) |
LineReaderBuilder |
LineReaderBuilder.option(LineReader.Option option,
boolean value) |
void |
LineReader.setOpt(LineReader.Option option) |
void |
LineReader.unsetOpt(LineReader.Option option) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletionMatcher.compile(Map<LineReader.Option,Boolean> options,
boolean prefix,
CompletingParsedLine line,
boolean caseInsensitive,
int errors,
String originalGroupName)
Compiles completion matcher functions
|
boolean |
LineReader.Option.isSet(Map<LineReader.Option,Boolean> options) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<LineReader.Option,Boolean> |
LineReaderImpl.options |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LineReaderImpl.isSet(LineReader.Option option) |
static boolean |
ReaderUtils.isSet(LineReader reader,
LineReader.Option option) |
LineReader |
LineReaderImpl.option(LineReader.Option option,
boolean value) |
void |
LineReaderImpl.setOpt(LineReader.Option option) |
void |
LineReaderImpl.unsetOpt(LineReader.Option option) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletionMatcherImpl.compile(Map<LineReader.Option,Boolean> options,
boolean prefix,
CompletingParsedLine line,
boolean caseInsensitive,
int errors,
String originalGroupName) |
protected void |
CompletionMatcherImpl.defaultMatchers(Map<LineReader.Option,Boolean> options,
boolean prefix,
CompletingParsedLine line,
boolean caseInsensitive,
int errors,
String originalGroupName)
Default JLine matchers
|
Copyright © 2023. All rights reserved.