|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConsoleInterface
The capabilities of a minimal console for BeanShell. Stream I/O and optimized print for output. A simple console may ignore some of these or map them to trivial implementations. e.g. print() with color can be mapped to plain text.
GUIConsoleInterface| Method Summary | |
|---|---|
void |
error(Object o)
|
PrintStream |
getErr()
|
Reader |
getIn()
|
PrintStream |
getOut()
|
void |
print(Object o)
|
void |
println(Object o)
|
| Method Detail |
|---|
Reader getIn()
PrintStream getOut()
PrintStream getErr()
void println(Object o)
void print(Object o)
void error(Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||