|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.plugins.ide.idea.model.IdeaModel
class IdeaModel
DSL-friendly model of the IDEA project information. First point of entry when it comes to customizing the IDEA generation.
See the examples in docs for IdeaModule or IdeaProject.
| Property Summary | |
|---|---|
IdeaModule |
module
Configures IDEA module information. |
IdeaProject |
project
Configures IDEA project information. |
IdeaWorkspace |
workspace
Configures IDEA workspace information. |
| Method Summary | |
|---|---|
void
|
module(Closure closure)
Configures IDEA module information. |
void
|
pathVariables(Map pathVariables)
Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.). |
void
|
project(Closure closure)
Configures IDEA project information. |
void
|
workspace(Closure closure)
Configures IDEA workspace information. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
IdeaModule module
For examples see docs for IdeaModule.
IdeaProject project
For examples see docs for IdeaProject.
IdeaWorkspace workspace
For examples see docs for IdeaWorkspace.
| Method Detail |
|---|
void module(Closure closure)
For examples see docs for IdeaModule.
void pathVariables(Map pathVariables)
For example see docs for IdeaModule.
pathVariables - A map with String->File pairs.
void project(Closure closure)
For examples see docs for IdeaProject.
void workspace(Closure closure)
For examples see docs for IdeaWorkspace.
Gradle API 1.5