public class JLineInputHandler extends AbstractInputHandler implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
ROLE
Constructor and Description |
---|
JLineInputHandler() |
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.
|
readMultipleLines
public String readLine() throws IOException
InputHandler
readLine
in interface InputHandler
IOException
public String readPassword() throws IOException
InputHandler
readPassword
in interface InputHandler
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
Copyright © 2001–2014 Codehaus. All rights reserved.