|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IdeaModule
Represents information about the IDEA module.
| Method Summary | |
|---|---|
IdeaCompilerOutput |
getCompilerOutput()
information about idea compiler output (output dirs, inheritance of output dir, etc.) |
DomainObjectSet<? extends IdeaContentRoot> |
getContentRoots()
All content roots. |
DomainObjectSet<? extends IdeaDependency> |
getDependencies()
dependencies of this module (i.e. |
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 org.gradle.tooling.model.HierarchicalElement |
|---|
getChildren |
| Methods inherited from interface org.gradle.tooling.model.Element |
|---|
getDescription, getName |
| Method Detail |
|---|
DomainObjectSet<? extends IdeaContentRoot> getContentRoots()
GradleProject getGradleProject()
See HasGradleProject
getGradleProject in interface HasGradleProjectIdeaProject getParent()
getProject()
getParent in interface HierarchicalElementIdeaProject getProject()
getParent()
IdeaCompilerOutput getCompilerOutput()
DomainObjectSet<? extends IdeaDependency> getDependencies()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||