|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.plugins.idea.IdeaWorkspace
class IdeaWorkspace extends DefaultTask
Generates an IDEA workspace file.
Property Summary | |
---|---|
java.io.File |
outputFile
The iws file. |
Constructor Summary | |
IdeaWorkspace()
|
Method Summary | |
---|---|
void
|
updateXML()
|
void
|
withXml(groovy.lang.Closure closure)
Adds a closure to be called when the IWS XML has been created. |
void
|
withXml(Action action)
Adds an action to be called when the IWS XML has been created. |
Property Detail |
---|
@OutputFile java.io.File outputFile
Constructor Detail |
---|
IdeaWorkspace()
Method Detail |
---|
@TaskAction void updateXML()
void withXml(groovy.lang.Closure closure)
closure
- The closure to execute when the IWS XML has been created.
void withXml(Action action)
closure
- The action to execute when the IWS XML has been created.
Groovy Documentation