Uses of Interface
org.jline.reader.CompletingParsedLine
Packages that use CompletingParsedLine
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
-
Uses of CompletingParsedLine in org.jline.reader
Methods in org.jline.reader with parameters of type CompletingParsedLineModifier 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. -
Uses of CompletingParsedLine in org.jline.reader.impl
Classes in org.jline.reader.impl that implement CompletingParsedLineModifier and TypeClassDescriptionclassThe result of a delimited buffer.Methods in org.jline.reader.impl that return CompletingParsedLineModifier and TypeMethodDescriptionprotected static CompletingParsedLineLineReaderImpl.wrap(ParsedLine line) Methods in org.jline.reader.impl with parameters of type CompletingParsedLineModifier 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