| Package | Description |
|---|---|
| org.jboss.forge.addon.gradle.projects | |
| org.jboss.forge.addon.gradle.projects.model |
| Modifier and Type | Method and Description |
|---|---|
GradleModel |
GradleFacet.getModel()
Returns evaluated Gradle project model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradleFacet.setModel(GradleModel model)
Merges all changes with the old model and persists them to the build script.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GradleModelBuilder
Default implementation of the
GradleModel. |
| Modifier and Type | Method and Description |
|---|---|
GradleModel |
GradleProfileBuilder.getModel() |
GradleModel |
GradleProfile.getModel()
Returns model of the profile.
|
| Modifier and Type | Method and Description |
|---|---|
static GradleModelBuilder |
GradleModelBuilder.create(GradleModel model)
Creates a copy of given model.
|
GradleProfileBuilder |
GradleProfileBuilder.setModel(GradleModel model) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.