bsh
Interface ConsoleInterface
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.
See Also: GUIConsoleInterface
public void error(String s)
public PrintStream getErr()
public Reader getIn()
public PrintStream getOut()
public void print(String s)
public void println(String s)
B) 2000 pat@pat.net :-)