| Package | Description |
|---|---|
| org.gradle.tooling.model.build |
Models the build environment information like gradle or java versions
|
| org.gradle.tooling.model.eclipse |
An Eclipse-centric model of a Gradle build, provided by the Gradle tooling API.
|
| org.gradle.tooling.model.internal |
| Modifier and Type | Method and Description |
|---|---|
JavaEnvironment |
BuildEnvironment.getJava()
Informs about the java environment, for example the java home or the jvm args used.
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends EclipseLinkedResource> |
HierarchicalEclipseProject.getLinkedResources()
Returns the linked resources for this project.
|
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedMethodException |
Exceptions.unsupportedMethod(String method) |
static UnsupportedMethodException |
Exceptions.unsupportedMethod(String method,
Throwable cause) |
Copyright © 2013. All rights reserved