public interface IdeaProject extends HierarchicalElement
Modifier and Type | Method and Description |
---|---|
DomainObjectSet<? extends IdeaModule> |
getChildren()
Returns the modules of this IDEA project.
|
String |
getJdkName()
Returns the name of the JDK.
|
IdeaLanguageLevel |
getLanguageLevel()
Returns the language level to use within the current project.
|
DomainObjectSet<? extends IdeaModule> |
getModules()
Returns the modules of this IDEA project.
|
getParent
getDescription, getName
String getJdkName()
IdeaLanguageLevel getLanguageLevel()
DomainObjectSet<? extends IdeaModule> getChildren()
getModules()
.getChildren
in interface HierarchicalElement
DomainObjectSet<? extends IdeaModule> getModules()
getChildren()
.