Uses of Enum Class
org.jline.reader.LineReader.Option
Packages that use LineReader.Option
-
Uses of LineReader.Option in org.jline.consoleui.prompt
Fields in org.jline.consoleui.prompt with type parameters of type LineReader.OptionModifier and TypeFieldDescriptionprivate Map<LineReader.Option, Boolean> ConsolePrompt.UiConfig.readerOptionsMethods in org.jline.consoleui.prompt that return types with arguments of type LineReader.OptionMethod parameters in org.jline.consoleui.prompt with type arguments of type LineReader.OptionModifier and TypeMethodDescriptionprotected voidConsolePrompt.UiConfig.setReaderOptions(Map<LineReader.Option, Boolean> readerOptions) -
Uses of LineReader.Option in org.jline.reader
Fields in org.jline.reader with type parameters of type LineReader.OptionModifier and TypeFieldDescription(package private) Map<LineReader.Option, Boolean> LineReaderBuilder.optionsMethods in org.jline.reader that return LineReader.OptionModifier and TypeMethodDescriptionstatic LineReader.OptionReturns the enum constant of this class with the specified name.static LineReader.Option[]LineReader.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.reader with parameters of type LineReader.OptionModifier and TypeMethodDescriptionbooleanLineReader.isSet(LineReader.Option option) LineReader.option(LineReader.Option option, boolean value) LineReaderBuilder.option(LineReader.Option option, boolean value) voidLineReader.setOpt(LineReader.Option option) voidLineReader.unsetOpt(LineReader.Option option) Method parameters in org.jline.reader with type arguments of type LineReader.OptionModifier and TypeMethodDescriptionvoidCompletionMatcher.compile(Map<LineReader.Option, Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName) Compiles completion matcher functionsfinal booleanLineReader.Option.isSet(Map<LineReader.Option, Boolean> options) -
Uses of LineReader.Option in org.jline.reader.impl
Fields in org.jline.reader.impl with type parameters of type LineReader.OptionModifier and TypeFieldDescriptionprotected final Map<LineReader.Option, Boolean> LineReaderImpl.optionsMethods in org.jline.reader.impl with parameters of type LineReader.OptionModifier and TypeMethodDescriptionbooleanLineReaderImpl.isSet(LineReader.Option option) static booleanReaderUtils.isSet(LineReader reader, LineReader.Option option) LineReaderImpl.option(LineReader.Option option, boolean value) voidLineReaderImpl.setOpt(LineReader.Option option) voidLineReaderImpl.unsetOpt(LineReader.Option option) Method parameters in org.jline.reader.impl with type arguments of type LineReader.OptionModifier and TypeMethodDescriptionvoidCompletionMatcherImpl.compile(Map<LineReader.Option, Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName) protected voidCompletionMatcherImpl.defaultMatchers(Map<LineReader.Option, Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, String originalGroupName) Default JLine matchers