|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IdeaProject
Represents the information about the IDEA project.
| Method Summary | |
|---|---|
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 interface org.gradle.tooling.model.HierarchicalElement |
|---|
getParent |
| Methods inherited from interface org.gradle.tooling.model.Element |
|---|
getDescription, getName |
| Method Detail |
|---|
String getJdkName()
IdeaLanguageLevel getLanguageLevel()
DomainObjectSet<? extends IdeaModule> getChildren()
getModules().
getChildren in interface HierarchicalElementDomainObjectSet<? extends IdeaModule> getModules()
getChildren().
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||