public class UnimplementedCommandInput extends CommandInput
| Constructor and Description |
|---|
UnimplementedCommandInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
readLine()
Reads a single line from linput.
|
String |
readMaskedString(String prompt)
Reads input without echo'ing back keyboard input.
|
closepublic String readLine() throws IOException
CommandInputreadLine in class CommandInputIOExceptionpublic String readMaskedString(String prompt) throws IOException
CommandInputreadMaskedString in class CommandInputIOExceptionCopyright © 2008–2020. All rights reserved.