Represents the information about the IDEA project.
Type | Name and description |
---|---|
DomainObjectSet<? extends IdeaModule> |
getChildren() Returns the modules of this IDEA project. |
IdeaJavaLanguageSettings |
getJavaLanguageSettings() Returns the Java language settings for this 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 Java language settings for this project.
Returns the name of the JDK.
Returns the language level to use within the current project.
Note: To determine the project language level IdeaModule.getJavaLanguageSettings should be preferred.
Returns the modules of this IDEA project. Most projects have at least one module. Alias for getChildren().