org.codehaus.plexus.components.interactivity
public interface InputHandler
Version: $Id: InputHandler.java 2649 2005-10-10 16:51:51Z brett $
UNKNOWN: should this also echo any prompts before the input? should this validate the input, reprompt if required? readBoolean, readInt, readSingleChar - readLine's that parse the input
Field Summary | |
---|---|
String | ROLE |
Method Summary | |
---|---|
String | readLine()
Read a single line of input, swalling the newline at the end.
|
List | readMultipleLines()
Read a set of lines. |
String | readPassword()
Read a single line of input, swalling the newline at the end.
|
Returns: the line read
Returns: a list of lines read
Returns: the line read