| Package | Description |
|---|---|
| org.gradle.foundation.ipc.basic | |
| org.gradle.foundation.ipc.gradle |
| Constructor and Description |
|---|
ClientProcess(ClientProcess.Protocol protocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecuteGradleCommandClientProtocol
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
class |
KillGradleClientProtocol
This protocol is used by the process that launches gradle (the launching server - but in this case its the client) so that it can tell gradle to kill itself.
|
class |
TaskListClientProtocol
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GradleClient.start(ClientProcess.Protocol protocol)
Call this to start the client.
|
boolean |
GradleClient.start(ClientProcess.Protocol protocol,
int port)
Call this to start the client.
|
Copyright © 2013. All rights reserved