Package | Description |
---|---|
org.netbeans.api.extexecution |
The API supporting execution of an external process in the IDE.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionService |
ExecutionService.newService(Callable<Process> processCreator,
ExecutionDescriptor descriptor,
String displayName)
Creates new execution service.
|