webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
class | StreamReader |
Public Member Functions | |
ObservedTask (String cl, Object observer) | |
StringBuffer | getInput () |
StringBuffer | getError () |
void | exec () throws IOException |
void | print () |
Static Public Member Functions | |
static void | main (String args[]) |
Public Attributes | |
String | commandLine |
StringBuffer | input = new StringBuffer() |
StringBuffer | error = new StringBuffer() |
Object | observer |
This class is simple utility class that is used to run a process which expects no user input. ObserverdTask stores the exit status of the process along with standard output and error.
This class is used by the harness only when testing the C version of the JavaScript Engine. It is not used by Rhino (JavaScript in Java).
|
inline |
|
inline |
Execute the process and return when the process is complete.
|
inline |
|
inline |
|
inlinestatic |
main used for debugging.
|
inline |
Simple print method used for debugging
String com.netscape.javascript.qa.drivers.ObservedTask.commandLine |
StringBuffer com.netscape.javascript.qa.drivers.ObservedTask.error = new StringBuffer() |
StringBuffer com.netscape.javascript.qa.drivers.ObservedTask.input = new StringBuffer() |
Object com.netscape.javascript.qa.drivers.ObservedTask.observer |