This class is used to create OS processes.
Defined in: ProcessBuilder.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.lang.ProcessBuilder(cmdArray, envp)
Creates a process builder with the specified command and arguments with the specified environment and working directory.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
jls.lang.ProcessBuilder.StandardError
Represents the standard error.
|
| <static> |
jls.lang.ProcessBuilder.StandardInput
Represents the standard input.
|
| <static> |
jls.lang.ProcessBuilder.StandardOutput
Represents the standard output.
|
| Method Attributes | Method Name and Description |
|---|---|
|
setCurrentDirectory(dir)
Sets this process builder's working directory.
|
|
|
setStdioRedirect(fd, stdio)
Sets this process builder's working directory.
|
|
|
start()
Starts a new process using the attributes of this process builder.
|