- All Superinterfaces:
- ConsoleInterface
- All Known Implementing Classes:
- Interpreter.Console
public interface ConsoleAssignable
extends ConsoleInterface
The capabilities of an assignable console for BeanShell.
This solution is to extends the default console with the additional
ability of assigning the IO Streams.
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