org.gradle.tooling.model
[Java] Interface HierarchicalProject
org.gradle.plugins.ide.idea.model.Project
org.gradle.tooling.model.Element
org.gradle.tooling.model.Model
org.gradle.tooling.model.HierarchicalProject
org.gradle.tooling.model.HierarchicalElement
- All Superinterfaces:
- Project, Element, Model, HierarchicalElement
@Deprecated
public interface HierarchicalProject
extends HierarchicalElement, Project
Represents a project which belongs to some hierarchy.
- deprecated:
- If you acquire this model via the tooling api, please use GradleProject instead.
For internal purposes use HierarchicalElement or one of its subtypes instead.
Fields inherited from class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
|
__$stMC, __timeStamp, __timeStamp__239_neverHappen1329753706511, __$stMC, __timeStamp, __timeStamp__239_neverHappen1329753705933 |
getChildren
public DomainObjectSet getChildren()
- Returns the child projects of this project.
- Returns:
- The child projects. Returns an empty set if this project has no children.
getParent
public HierarchicalProject getParent()
- Returns the parent project of this project, if any.
- Returns:
- The parent, or null if this project has no parent.
Gradle API 1.0-milestone-8a