| Package | Description |
|---|---|
| org.gradle.tooling |
The main interfaces and classes of the Gradle tooling API.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Model> |
ProjectConnection.getModel(Class<T> viewType)
Fetches a snapshot of the model of the given type for this project.
|
<T extends Model> |
ProjectConnection.getModel(Class<T> viewType,
ResultHandler<? super T> handler)
Fetches a snapshot of the model for this project asynchronously.
|
<T extends Model> |
ProjectConnection.model(Class<T> modelType)
Creates a builder which can be used to build the model of the given type.
|
Copyright © 2013. All rights reserved