| Interface | Description |
|---|---|
| ExecuteGradleCommandServerProtocol.ExecutionInteraction | |
| TaskListServerProtocol.ExecutionInteraction |
| Class | Description |
|---|---|
| AbstractGradleServerProtocol |
This defines the basic behavior of all gradle protocols for interprocess communication.
|
| ExecuteGradleCommandClientProtocol |
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
| ExecuteGradleCommandServerProtocol |
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
| GradleClient |
This is used to send information from a one process to another process.
|
| IPCUtilities |
Just some convenience functions to startup a GradleClient.
|
| 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.
|
| KillGradleServerProtocol |
This protocol is used by a client that launches its own server.
|
| ProtocolConstants |
Constants related to interprocess communication between gradle and the gradle UI.
|
| TaskListClientProtocol |
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
| TaskListServerProtocol |
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
Copyright © 2013. All rights reserved