public class Console
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.io.PrintStream |
err
The console's error stream
|
static java.io.PrintStream |
out
The console's output stream
|
| Constructor and Description |
|---|
Console() |
Console(java.lang.String prompt) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The console's execution loop
|