-
- All Superinterfaces:
ParsedLine
- All Known Implementing Classes:
DefaultParser.ArgumentList
public interface CompletingParsedLine extends ParsedLine
An extension ofParsedLine
that, being aware of the quoting and escaping rules of theParser
that produced it, knows if and how a completion candidate should be escaped/quoted.- Author:
- Eric Bottard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharSequence
escape(CharSequence candidate, boolean complete)
int
rawWordCursor()
int
rawWordLength()
-
Methods inherited from interface org.jline.reader.ParsedLine
cursor, line, word, wordCursor, wordIndex, words
-
-
-
-
Method Detail
-
escape
CharSequence escape(CharSequence candidate, boolean complete)
-
rawWordCursor
int rawWordCursor()
-
rawWordLength
int rawWordLength()
-
-