public interface IdeaModule extends HierarchicalElement, HasGradleProject
| Modifier and Type | Method and Description |
|---|---|
IdeaCompilerOutput |
getCompilerOutput()
Returns 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.
|
getChildrengetDescription, getNameDomainObjectSet<? 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()