Package de.uplanet.util
Klasse CScriptWrapper
java.lang.Object
de.uplanet.util.CScriptWrapper
Wrap cscript child processes.
Note: this class is not thread-safe.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
CScriptWrapper
-
-
Methodendetails
-
exec
- Gibt zurück:
- The exit code of the child process.
- Löst aus:
IOExceptionInterruptedException
-
exec
- Parameter:
p_iTimeout- the timeout (in seconds!).- Gibt zurück:
- The exit code of the child process.
- Löst aus:
IOExceptionInterruptedException
-
getStdOut
Get the standard output of the child process.- Gibt zurück:
- The stdout output of the child process, or
nullif there was no such output.
-
getStdErr
Get the error output of the child process.- Gibt zurück:
- The stderr output of the child process, or
nullif there was no such output.
-