public class DefaultInputHandler extends AbstractInputHandler implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
ROLE| Constructor and Description |
|---|
DefaultInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
String |
readLine()
Read a single line of input, swalling the newline at the end.
|
String |
readPassword()
Read a single line of input, swalling the newline at the end.
|
readMultipleLinespublic String readLine() throws IOException
InputHandlerreadLine in interface InputHandlerIOExceptionpublic String readPassword() throws IOException
InputHandlerreadPassword in interface InputHandlerIOExceptionpublic void initialize()
throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializableorg.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationExceptionCopyright © 2001–2021 Codehaus Plexus. All rights reserved.