public class DefaultInputHandler extends AbstractInputHandler implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable
ROLE| Constructor and Description |
|---|
DefaultInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
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.InitializationExceptionpublic void dispose()
dispose in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.DisposableCopyright © 2001-2016 Codehaus. All Rights Reserved.