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.
|
getParentgetDescription, getNameString getJdkName()
IdeaLanguageLevel getLanguageLevel()
DomainObjectSet<? extends IdeaModule> getChildren()
getModules().getChildren in interface HierarchicalElementDomainObjectSet<? extends IdeaModule> getModules()
getChildren().