| Package | Description |
|---|---|
| org.gradle.foundation.ipc.basic | |
| org.gradle.process.internal |
Classes for running external processes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessLauncherServer.setExternalProcess(ExecHandle externalProcess) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecHandle
Default implementation for the ExecHandle interface.
|
| Modifier and Type | Method and Description |
|---|---|
ExecHandle |
JavaExecHandleBuilder.build() |
ExecHandle |
AbstractExecHandleBuilder.build() |
ExecHandle |
ExecHandle.start()
Starts this process, blocking until the process has started.
|
ExecHandle |
DefaultExecHandle.start() |
| Modifier and Type | Method and Description |
|---|---|
ProcessBuilder |
ProcessBuilderFactory.createProcessBuilder(ExecHandle execHandle) |
void |
ExecHandleListener.executionFinished(ExecHandle execHandle,
ExecResult execResult) |
void |
ExecHandleListener.executionStarted(ExecHandle execHandle) |
void |
DefaultWorkerProcess.setExecHandle(ExecHandle execHandle) |
| Constructor and Description |
|---|
ExecHandleShutdownHookAction(ExecHandle execHandle) |
Copyright © 2013. All rights reserved