Represents the information about the IDEA project.
Type | Name 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. |
Methods inherited from class | Name |
---|---|
interface HierarchicalElement |
getChildren, getParent |
interface Element |
getDescription, getName |
Returns the modules of this IDEA project. Most projects have at least one module. Alias for getModules().
Returns the name of the JDK.
Returns the language level to use within the current project.
Returns the modules of this IDEA project. Most projects have at least one module. Alias for getChildren().