程序包 bsh
接口 ConsoleInterface
- 所有已知子接口:
GUIConsoleInterface
- 所有已知实现类:
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.
- 另请参阅:
-
方法概要
-
方法详细资料
-
getIn
Reader getIn() -
getOut
PrintStream getOut() -
getErr
PrintStream getErr() -
println
-
print
-
error
-