IdeaProject

Represents the information about the IDEA project.

Since

1.0-milestone-5

Inheritors

Functions

Link copied to clipboard
Returns the modules of this IDEA project.
Link copied to clipboard
@Nullable
abstract fun getDescription(): @Nullable String
Returns the description of the element, or null if it has no description.
Link copied to clipboard
Returns the Java language settings for this project.
Link copied to clipboard
abstract fun getJdkName(): String
Returns the name of the JDK.
Link copied to clipboard
Returns the language level to use within the current project.
Link copied to clipboard
Returns the modules of this IDEA project.
Link copied to clipboard
abstract fun getName(): String
Returns the name of the element.
Link copied to clipboard
@Nullable
abstract fun getParent(): @Nullable HierarchicalElement
Returns the parent of this element, or null if there is no parent.