Skip navigation links
org.netbeans.modules.extexecution/2 1.53
A B C D E F G H I L N O P R S T V W 

S

setArguments(List<String>) - Method in class org.netbeans.api.extexecution.ProcessBuilder
Deprecated.
Sets the arguments passed to the process created by subsequent call of ProcessBuilder.call().
setEnvironmentVariables(Map<String, String>) - Method in class org.netbeans.api.extexecution.ProcessBuilder
Deprecated.
Sets the environment variables for the process created by subsequent call of ProcessBuilder.call().
setExecutable(String) - Method in class org.netbeans.api.extexecution.ProcessBuilder
Deprecated.
Sets the executable to run.
setPaths(List<String>) - Method in class org.netbeans.api.extexecution.ProcessBuilder
Deprecated.
Sets the additional paths to be included in PATH environment variable for the process.
setRedirectErrorStream(boolean) - Method in class org.netbeans.api.extexecution.ProcessBuilder
Deprecated.
Configures the error stream redirection.
setWorkingDirectory(String) - Method in class org.netbeans.api.extexecution.ProcessBuilder
Deprecated.
Sets the working directory for the process created by subsequent call of ProcessBuilder.call().
showProgress(boolean) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
Returns a descriptor with configured show progress flag.
showSuspended(boolean) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
Returns a descriptor with configured show suspend flag.
StartupExtender - Class in org.netbeans.api.extexecution.startup
The API class allowing clients, typically server plugins or project, to query process startup extenders.
StartupExtender.StartMode - Enum in org.netbeans.api.extexecution.startup
Class representing the startup mode of the process.
StartupExtenderImplementation - Interface in org.netbeans.spi.extexecution.startup
Defines the interface for plugins providing additional arguments for process startup.
StartupExtenderImplementation.Registration - Annotation Type in org.netbeans.spi.extexecution.startup
Annotation used to properly register the SPI implementations.
A B C D E F G H I L N O P R S T V W 
Skip navigation links
org.netbeans.modules.extexecution/2 1.53