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- 
wordIndexpublic int wordIndex()- Specified by:
- wordIndexin interface- org.jline.reader.ParsedLine
 
- 
word- Specified by:
- wordin interface- org.jline.reader.ParsedLine
 
- 
wordCursorpublic int wordCursor()- Specified by:
- wordCursorin interface- org.jline.reader.ParsedLine
 
- 
words- Specified by:
- wordsin interface- org.jline.reader.ParsedLine
 
- 
cursorpublic int cursor()- Specified by:
- cursorin interface- org.jline.reader.ParsedLine
 
- 
line- Specified by:
- linein interface- org.jline.reader.ParsedLine
 
- 
emit- Specified by:
- emitin interface- CompletingParsedLine
 
 
-