org.netbeans.spi.extexecution
Class ProcessBuilderFactory
java.lang.Object
org.netbeans.spi.extexecution.ProcessBuilderFactory
public class ProcessBuilderFactory
- extends Object
The factory allowing SPI implementors of ProcessBuilderImplementation
to create its API instances ProcessBuilder.
- Since:
- 1.28
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createProcessBuilder
public static ProcessBuilder createProcessBuilder(ProcessBuilderImplementation impl,
String description)
- Creates the instance of
ProcessBuilder
from its SPI representation.
- Parameters:
impl - SPI representationdescription - human readable description of the builder
- Returns:
- the API instance