Skip navigation links
org.netbeans.modules.extexecution.base/2 1.25
A B C E F G I K L N O P R S V W 

S

setArguments(List<String>) - Method in class org.netbeans.api.extexecution.base.ProcessBuilder
Sets the arguments passed to the process created by subsequent call of ProcessBuilder.call().
setExecutable(String) - Method in class org.netbeans.api.extexecution.base.ProcessBuilder
Sets the executable to run.
setRedirectErrorStream(boolean) - Method in class org.netbeans.api.extexecution.base.ProcessBuilder
Configures the error stream redirection.
setVariable(String, String) - Method in class org.netbeans.api.extexecution.base.Environment
Sets a value for a variable with the given name.
setVariable(String, String) - Method in interface org.netbeans.spi.extexecution.base.EnvironmentImplementation
Sets a value for a variable with the given name.
setWorkingDirectory(String) - Method in class org.netbeans.api.extexecution.base.ProcessBuilder
Sets the working directory for the process created by subsequent call of ProcessBuilder.call().
A B C E F G I K L N O P R S V W 
Skip navigation links
org.netbeans.modules.extexecution.base/2 1.25