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