|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.HierarchicalElementorg.gradle.tooling.model.Element
org.gradle.tooling.model.idea.IdeaModule
org.gradle.tooling.model.Model
org.gradle.tooling.model.HasGradleProject
public interface IdeaModule extends HasGradleProject, HierarchicalElement
Represents information about the IDEA module.
| Method Summary | |
|---|---|
IdeaCompilerOutput
|
getCompilerOutput()
information about idea compiler output (output dirs, inheritance of output dir, etc.) |
DomainObjectSet
|
getContentRoots()
All content roots. |
DomainObjectSet
|
getDependencies()
dependencies of this module (i.e. module dependencies, library dependencies, etc.) |
GradleProject
|
getGradleProject()
The gradle project that is associated with this module. |
IdeaProject
|
getParent()
Returns the project of this module. |
IdeaProject
|
getProject()
Returns the project of this module. |
| Methods inherited from interface HierarchicalElement | |
|---|---|
| getChildren, getParent |
| Methods inherited from interface HasGradleProject | |
|---|---|
| getGradleProject |
| Method Detail |
|---|
public IdeaCompilerOutput getCompilerOutput()
public DomainObjectSet getContentRoots()
public DomainObjectSet getDependencies()
public GradleProject getGradleProject()
See HasGradleProject
public IdeaProject getParent()
public IdeaProject getProject()
Gradle API 1.5