|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.HierarchicalElementorg.gradle.tooling.model.Element
org.gradle.tooling.model.idea.IdeaProject
org.gradle.tooling.model.Model
public interface IdeaProject extends Element, HierarchicalElement
Represents the information about the IDEA project.
| Method Summary | |
|---|---|
DomainObjectSet
|
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
|
getModules()
Returns the 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 String getJdkName()
public IdeaLanguageLevel getLanguageLevel()
public DomainObjectSet getModules()
Gradle API 1.5