|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Terminals
Provides access to the terminal/console.
On UNIX based platforms, this provides access to the terminal. On Windows platforms, this provides access to the console.
| Nested Class Summary | |
|---|---|
static class |
Terminals.Output
System outputs. |
| Method Summary | |
|---|---|
Terminal |
getTerminal(Terminals.Output output)
Returns the terminal attached to the given output. |
boolean |
isTerminal(Terminals.Output output)
Returns true if the given output is attached to a terminal. |
| Method Detail |
|---|
boolean isTerminal(Terminals.Output output)
throws NativeException
NativeException - On failure.
Terminal getTerminal(Terminals.Output output)
throws NativeException
NativeException - When the output is not attached to a terminal.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||