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() |
java.lang.String |
readLine()
Read a single line of input, swalling the newline at the end.
|
java.lang.String |
readPassword()
Read a single line of input, swalling the newline at the end.
|
readMultipleLines
public java.lang.String readLine() throws java.io.IOException
InputHandler
readLine
in interface InputHandler
java.io.IOException
public java.lang.String readPassword() throws java.io.IOException
InputHandler
readPassword
in interface InputHandler
java.io.IOException
public void initialize() throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
initialize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
public void dispose()
dispose
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable
Copyright © 2012. All Rights Reserved.