|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.internal.ConventionTask
org.gradle.api.tasks.GeneratorTask
org.gradle.api.tasks.XmlGeneratorTask
org.gradle.plugins.idea.IdeaProject
class IdeaProject extends XmlGeneratorTask
Generates an IDEA project file.
| Field Summary |
|---|
| Fields inherited from class GeneratorTask | |
|---|---|
| generator |
| Property Summary | |
|---|---|
java.lang.String |
javaVersion
The java version used for defining the project sdk. |
java.util.Set |
subprojects
The subprojects that should be mapped to modules in the ipr file. |
java.util.Set |
wildcards
The wildcard resource patterns. |
| Method Summary | |
|---|---|
void
|
configure(Project ideaProject)
|
Project
|
create()
|
PathFactory
|
getPathFactory()
|
| Methods inherited from class XmlGeneratorTask | |
|---|---|
| configure, create, getXmlTransformer, withXml, withXml |
| Methods inherited from class GeneratorTask | |
|---|---|
| beforeConfigured, beforeConfigured, getInputFile, getOutputFile, setInputFile, setOutputFile, whenConfigured, whenConfigured |
| Property Detail |
|---|
@Input java.lang.String javaVersion
java.util.Set subprojects
@Input java.util.Set wildcards
| Method Detail |
|---|
void configure(Project ideaProject)
Project create()
PathFactory getPathFactory()
Groovy Documentation