|
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 extends java.lang.Object
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(groovy.lang.Closure closure)
Configures IDEA module information. |
void
|
pathVariables(java.util.Map pathVariables)
Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.). |
void
|
project(groovy.lang.Closure closure)
Configures IDEA project information. |
void
|
workspace(groovy.lang.Closure closure)
Configures IDEA workspace information. |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#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(groovy.lang.Closure closure)
For examples see docs for IdeaModule.
void pathVariables(java.util.Map pathVariables)
For example see docs for IdeaModule.
pathVariables - A map with String->File pairs.
void project(groovy.lang.Closure closure)
For examples see docs for IdeaProject.
void workspace(groovy.lang.Closure closure)
For examples see docs for IdeaWorkspace.
Groovy Documentation