Represents information about the IDEA module.
Type | Name 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. 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 class | Name |
---|---|
interface HasGradleProject |
getGradleProject |
interface HierarchicalElement |
getChildren, getParent |
interface Element |
getDescription, getName |
Returns information about idea compiler output (output dirs, inheritance of output dir, etc.)
All content roots. Most idea modules have a single content root.
dependencies of this module (i.e. module dependencies, library dependencies, etc.)
The gradle project that is associated with this module. Typically, a single module corresponds to a single gradle project.
See HasGradleProject
Returns the project of this module. Alias to getProject()
Returns the project of this module. Alias to getParent()