InputHandlerDefaultInputHandlerpublic abstract class AbstractInputHandler extends org.codehaus.plexus.logging.AbstractLogEnabled implements InputHandler
readMultipleLines.ROLE| Constructor | Description |
|---|---|
AbstractInputHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List |
readMultipleLines() |
Read a set of lines.
|
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerreadLine, readPasswordpublic java.util.List readMultipleLines()
throws java.io.IOException
InputHandlerInputHandler.readLine().
Ends when an empty line is encountered.readMultipleLines in interface InputHandlerjava.io.IOException