ConsoleUI Class |
Namespace: de.unika.ipd.grGen.libGr
public class ConsoleUI
The ConsoleUI type exposes the following members.
| Name | Description | |
|---|---|---|
| consoleIn |
An interface that allows to read keys from the console, typically null unless a debugger session is started
| |
| consoleOut |
An interface that allows for highlighted output, typically null unless a debugger session is started
| |
| errorOutWriter |
The error output write normally mapping to stderr
| |
| inReader |
The input reader normally mapping to stdin
| |
| outWriter |
The output writer normally mapping to stdout
|