|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Util.Process | |
---|---|
php.java.bridge | VM Bridge core classes and interfaces. |
Uses of Util.Process in php.java.bridge |
---|
Subclasses of Util.Process in php.java.bridge | |
---|---|
static class |
Util.ProcessWithErrorHandler
Starts a CGI process with an error handler attached and returns the process handle. |
Methods in php.java.bridge that return Util.Process | |
---|---|
static Util.Process |
Util.Process.start(java.lang.String[] args,
java.io.File homeDir,
java.util.Map env,
boolean tryOtherLocations,
boolean preferSystemPhp,
java.io.OutputStream err)
Starts a CGI process and returns the process handle. |
static Util.Process |
Util.ProcessWithErrorHandler.start(java.lang.String[] args,
java.io.File homeDir,
java.util.Map env,
boolean tryOtherLocations,
boolean preferSystemPhp,
java.io.OutputStream err)
Starts a CGI process and returns the process handle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |