Uses of Interface
org.jline.reader.CompletingParsedLine
-
Packages that use CompletingParsedLine Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
Uses of CompletingParsedLine in org.jline.reader
Methods in org.jline.reader with parameters of type CompletingParsedLine Modifier and Type Method Description void
CompletionMatcher. compile(java.util.Map<LineReader.Option,java.lang.Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, java.lang.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 CompletingParsedLine Modifier and Type Class Description class
DefaultParser.ArgumentList
The result of a delimited buffer.Methods in org.jline.reader.impl that return CompletingParsedLine Modifier and Type Method Description protected static CompletingParsedLine
LineReaderImpl. wrap(ParsedLine line)
Methods in org.jline.reader.impl with parameters of type CompletingParsedLine Modifier and Type Method Description void
CompletionMatcherImpl. compile(java.util.Map<LineReader.Option,java.lang.Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, java.lang.String originalGroupName)
protected void
CompletionMatcherImpl. defaultMatchers(java.util.Map<LineReader.Option,java.lang.Boolean> options, boolean prefix, CompletingParsedLine line, boolean caseInsensitive, int errors, java.lang.String originalGroupName)
Default JLine matchers
-