ScriptConsole.ConsolePrintWriter |
ScriptConsole.getErrorWriter() |
Returns a PrintWriter that can be used to write to the stderr
stream of the console.
|
ScriptConsole.ConsolePrintWriter |
ScriptConsole.getInfoWriter() |
Returns a PrintWriter that can be used to write to the stdout
"information" stream of the console.
|
ScriptConsole.ConsolePrintWriter |
ScriptConsole.getWarningWriter() |
Returns a PrintWriter that can be used to write to the stderr
"warning" stream of the console.
|
ScriptConsole.ConsolePrintWriter |
ScriptConsole.getWriter() |
Returns a PrintWriter that can be used to write to the stdout
stream of the console.
|