public interface IdeaModule extends HierarchicalElement, HasGradleProject
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
getChildren
getDescription, getName
DomainObjectSet<? extends IdeaContentRoot> getContentRoots()
GradleProject getGradleProject()
See HasGradleProject
getGradleProject
インタフェース内 HasGradleProject
IdeaProject getParent()
getProject()
getParent
インタフェース内 HierarchicalElement
IdeaProject getProject()
getParent()
IdeaCompilerOutput getCompilerOutput()
DomainObjectSet<? extends IdeaDependency> getDependencies()