|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnv
Interface which incapsulate environment of application input/output/log. (passed to TermWare engine during creation of Term System).
| Method Summary | |
|---|---|
void |
close()
called before shutown of term system |
Reader |
getInput()
get standard input stream. |
PrintWriter |
getLog()
get standard log stream. |
PrintWriter |
getOutput()
get standard output stream. |
void |
show(TermWareException ex)
show message of exception ex |
| Method Detail |
|---|
PrintWriter getOutput()
Reader getInput()
PrintWriter getLog()
void show(TermWareException ex)
void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||