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.
|
getChildren
getDescription, getName
DomainObjectSet<? extends IdeaContentRoot> getContentRoots()
GradleProject getGradleProject()
See HasGradleProject
getGradleProject
in interface HasGradleProject
IdeaProject getParent()
getProject()
getParent
in interface HierarchicalElement
IdeaProject getProject()
getParent()
IdeaCompilerOutput getCompilerOutput()
DomainObjectSet<? extends IdeaDependency> getDependencies()