Uses of Class
php.java.bridge.Util.Process

Packages that use Util.Process
php.java.bridge PHP/Java 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)
          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)
          Starts a CGI process and returns the process handle.