|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.HierarchicalElementorg.gradle.tooling.model.idea.IdeaProject
org.gradle.tooling.model.Element
public interface IdeaProject extends Element, HierarchicalElement
Represents the information about the IntelliJ IDEA project
| Method Summary | |
|---|---|
DomainObjectSet
|
getChildren()
Returns modules of this idea project. |
java.lang.String
|
getJdkName()
The name of the jdk |
IdeaLanguageLevel
|
getLanguageLevel()
Language level to use within the current project. |
DomainObjectSet
|
getModules()
Returns modules of this idea project. |
| Methods inherited from interface HierarchicalElement | |
|---|---|
| getChildren, getParent |
| Methods inherited from interface Element | |
|---|---|
| getDescription, getName |
| Method Detail |
|---|
public DomainObjectSet getChildren()
public java.lang.String getJdkName()
public IdeaLanguageLevel getLanguageLevel()
public DomainObjectSet getModules()
Groovy Documentation