|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.api.internal.ConventionTask org.gradle.plugins.ide.api.GeneratorTask org.gradle.plugins.ide.api.XmlGeneratorTask org.gradle.plugins.ide.idea.GenerateIdeaWorkspace
class GenerateIdeaWorkspace extends XmlGeneratorTask
Generates an IDEA workspace file *only* for root project. There's little you can configure about workspace generation at the moment.
Field Summary |
---|
Fields inherited from class GeneratorTask | |
---|---|
afterConfigured, beforeConfigured, domainObject, generator |
Property Summary | |
---|---|
IdeaWorkspace |
workspace
|
Method Summary | |
---|---|
protected void
|
configure(Workspace xmlWorkspace)
|
protected Workspace
|
create()
|
Methods inherited from class XmlGeneratorTask | |
---|---|
configure, create, getXmlTransformer |
Methods inherited from class GeneratorTask | |
---|---|
getInputFile, getOutputFile, setInputFile, setOutputFile |
Property Detail |
---|
IdeaWorkspace workspace
Method Detail |
---|
@Override protected void configure(Workspace xmlWorkspace)
@Override protected Workspace create()
Gradle API 1.12