Models the generation/parsing/merging capabilities of an IDEA module.
For examples, see docs for IdeaModule.
Constructor and description |
---|
IdeaModuleIml
(org.gradle.internal.xml.XmlTransformer xmlTransformer, File generateTo) |
Type | Name and description |
---|---|
File |
getGenerateTo() Folder where the *.iml file will be generated to |
void |
setGenerateTo(File generateTo) |
Methods inherited from class | Name |
---|---|
class XmlFileContentMerger |
getXmlTransformer, setXmlTransformer, withXml, withXml |
class FileContentMerger |
beforeMerged, getBeforeMerged, getWhenMerged, setBeforeMerged, setWhenMerged, whenMerged |
class groovy.lang.GroovyObjectSupport |
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |
Folder where the *.iml file will be generated to
For example see docs for IdeaModule