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.reader
Subclasses with type arguments of type LineReader.Option in org.jline.readerMethods 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