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:
 wordIndexin interfaceorg.jline.reader.ParsedLine
 - 
word
- Specified by:
 wordin interfaceorg.jline.reader.ParsedLine
 - 
wordCursor
public int wordCursor()- Specified by:
 wordCursorin interfaceorg.jline.reader.ParsedLine
 - 
words
- Specified by:
 wordsin interfaceorg.jline.reader.ParsedLine
 - 
cursor
public int cursor()- Specified by:
 cursorin interfaceorg.jline.reader.ParsedLine
 - 
line
- Specified by:
 linein interfaceorg.jline.reader.ParsedLine
 - 
emit
- Specified by:
 emitin interfaceCompletingParsedLine
 
 -