| Class | Description |
|---|---|
| ClientLibProcessingTask | Base class for client library processing tasks |
| EndpointsExtension | Defines App Engine Endpoints plugin extensions |
| EndpointsTask | Abstract Endpoints task to run endpoints commands on the EndpointsTool https://developers.google.com/appengine/docs/java/endpoints/endpoints_tool |
| ExpandClientLibsTask | Endpoints task to expand client library sources for use with another project This task has a dependency (task-level) on GetClientLibsTask. |
| ExportClientLibsTask | Endpoints task to export client library jars for use with another project This task has a dependency (task-level) on GetClientLibsTask. |
| GetClientLibsTask | Endpoints task to download Java client libraries from the Endpoints service |
| GetDiscoveryDocsTask | Endpoints task to download Discovery Document from the Endpoints service |
| InstallClientLibsTask | Endpoints task to install the downloaded client libraries into the local Maven repository. |
| WebXmlProcessing | web.xml Processing tools for Endpoints, primarily used for extraction of Endpoints classes |