Uses of Enum Class
org.jline.reader.LineReader.Option
Packages that use LineReader.Option
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
-
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) Checks if an option is set.LineReader.option(LineReader.Option option, boolean value) Sets an option in the LineReader and returns the LineReader for method chaining.LineReaderBuilder.option(LineReader.Option option, boolean value) voidLineReader.setOpt(LineReader.Option option) Sets an option to true.voidLineReader.unsetOpt(LineReader.Option option) Sets an option to false.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) Initializes the matcher with the current completion context.final 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) Checks if a LineReader option is set.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