Package org.springframework.shell
Interface Input
public interface Input
Represents the input buffer to the shell.
-
Field Summary
-
Method Summary
-
Field Details
-
EMPTY
-
-
Method Details
-
rawText
String rawText()Return the input as entered by the user. -
words
Return the input as a list of parsed "words", having split the raw input according to parsing rules (for example, handling quoted portions of the readInput as a single "word")
-