Package org.springframework.shell.jline
Class ExtendedDefaultParser.ExtendedArgumentList
java.lang.Object
org.springframework.shell.jline.ExtendedDefaultParser.ExtendedArgumentList
- All Implemented Interfaces:
org.jline.reader.ParsedLine
,CompletingParsedLine
- Enclosing class:
- ExtendedDefaultParser
public class ExtendedDefaultParser.ExtendedArgumentList
extends Object
implements org.jline.reader.ParsedLine, CompletingParsedLine
The result of a delimited buffer.
-
Constructor Details
-
ExtendedArgumentList
-
-
Method Details
-
wordIndex
public int wordIndex()- Specified by:
wordIndex
in interfaceorg.jline.reader.ParsedLine
-
word
- Specified by:
word
in interfaceorg.jline.reader.ParsedLine
-
wordCursor
public int wordCursor()- Specified by:
wordCursor
in interfaceorg.jline.reader.ParsedLine
-
words
- Specified by:
words
in interfaceorg.jline.reader.ParsedLine
-
cursor
public int cursor()- Specified by:
cursor
in interfaceorg.jline.reader.ParsedLine
-
line
- Specified by:
line
in interfaceorg.jline.reader.ParsedLine
-
emit
- Specified by:
emit
in interfaceCompletingParsedLine
-