public class SimpleInteractiveModeConsole extends Object implements InteractiveModeConsole
| Constructor and Description |
|---|
SimpleInteractiveModeConsole() |
SimpleInteractiveModeConsole(boolean open) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
void |
open() |
void |
print(String text) |
String |
readLine() |
public SimpleInteractiveModeConsole(boolean open)
public SimpleInteractiveModeConsole()
public void open()
open in interface InteractiveModeConsolepublic boolean isOpen()
isOpen in interface InteractiveModeConsolepublic void close()
close in interface AutoCloseableclose in interface InteractiveModeConsolepublic void print(String text)
print in interface InteractiveModeConsolepublic String readLine() throws IOException
readLine in interface InteractiveModeConsoleIOExceptionCopyright © 2016–2020 Softelnet. All rights reserved.