public class TestInputHandler extends Object implements org.codehaus.plexus.components.interactivity.InputHandler
| Constructor and Description |
|---|
TestInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
readLine() |
List<String> |
readMultipleLines() |
String |
readPassword() |
void |
setLineListResponses(Stack<List<String>> lineLists) |
void |
setLineResponses(Stack<String> responses) |
void |
setPasswordResponses(Stack<String> responses) |
public String readLine() throws IOException
readLine in interface org.codehaus.plexus.components.interactivity.InputHandlerIOExceptionpublic List<String> readMultipleLines() throws IOException
readMultipleLines in interface org.codehaus.plexus.components.interactivity.InputHandlerIOExceptionpublic String readPassword() throws IOException
readPassword in interface org.codehaus.plexus.components.interactivity.InputHandlerIOExceptionCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.