public interface PromptInput
| Modifier and Type | Method and Description |
|---|---|
String |
readLine()
Read a line of input, allowing the user to see what is being typed.
|
String |
readLineNoEcho()
Read a line of input, but do not echo back to the user what is being typed.
|
String readLine() throws IOException
IOExceptionString readLineNoEcho() throws IOException
IOExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.