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) |
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) |
void |
LineReaderImpl.setOpt(LineReader.Option option) |
void |
LineReaderImpl.unsetOpt(LineReader.Option option) |
Copyright © 2018. All rights reserved.