| 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) |
LineReaderBuilder |
LineReaderBuilder.option(LineReader.Option option,
boolean value) |
LineReader |
LineReader.option(LineReader.Option option,
boolean value) |
void |
LineReader.setOpt(LineReader.Option option) |
void |
LineReader.unsetOpt(LineReader.Option option) |
| 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) |
Copyright © 2020. All rights reserved.