public class Console extends Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
Console.Job
Diese Klasse liest Antworten der Kommandozeile.
|
(package private) class |
Console.Job2
Diese Klasse liest Fehler auf der Kommandozeile.
|
Modifier and Type | Field and Description |
---|---|
static ConsoleError |
err
Der Fehlerstrom.
|
static ConsoleInput |
in
Der Eingabestrom.
|
static ConsoleOutput |
out
Der Ausgabestrom.
|
Modifier | Constructor and Description |
---|---|
protected |
Console() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
deliverWritings()
Schickt Eingaben des Benutzers an die Kommandozeile.
|
static void |
main(String[] args) |
static void |
start()
Baut eine voll funktionsfähige Kommandozeile auf.
|
(package private) void |
startThread()
Startet die erforderlichen Threads.
|
public static ConsoleError err
public static ConsoleInput in
public static ConsoleOutput out
static void deliverWritings()
public static void main(String[] args)
public static void start()
void startThread()