Uses of Interface
org.jline.reader.CompletionMatcher
Packages that use CompletionMatcher
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
-
Uses of CompletionMatcher in org.jline.reader
Methods in org.jline.reader with parameters of type CompletionMatcherModifier and TypeMethodDescriptionLineReaderBuilder.completionMatcher
(CompletionMatcher completionMatcher) -
Uses of CompletionMatcher in org.jline.reader.impl
Classes in org.jline.reader.impl that implement CompletionMatcherModifier and TypeClassDescriptionclass
Default implementation of theCompletionMatcher
interface.Fields in org.jline.reader.impl declared as CompletionMatcherMethods in org.jline.reader.impl with parameters of type CompletionMatcherModifier and TypeMethodDescriptionvoid
LineReaderImpl.setCompletionMatcher
(CompletionMatcher completionMatcher)