bsh
Interface ConsoleInterface
- All Known Subinterfaces:
- GUIConsoleInterface
- All Known Implementing Classes:
- AWTConsole, Interpreter, JConsole
- 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
getIn
public Reader getIn()
getOut
public PrintStream getOut()
getErr
public PrintStream getErr()
println
public void println(Object o)
print
public void print(Object o)
error
public void error(Object o)
© 2000 pat@pat.net :-)