public interface Input
Modifier and Type | Method and Description |
---|---|
String |
rawText()
Return the input as entered by the user.
|
default List<String> |
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")
|
static final Input EMPTY
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.