org.gradle.tooling.model
[Java] Interface HierarchicalProject
org.gradle.plugins.ide.idea.model.Project
org.gradle.tooling.model.HierarchicalElement
org.gradle.tooling.model.HierarchicalProject
org.gradle.tooling.model.Element
- All Superinterfaces:
- Project, HierarchicalElement, Element
@Deprecated
public interface HierarchicalProject
extends HierarchicalElement, Project
Represents a project which belongs to some hierarchy.
- deprecated:
- Use HierarchicalElement or one of its subtypes instead.
Fields inherited from class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
|
__timeStamp, __timeStamp__239_neverHappen1319515401249, __timeStamp, __timeStamp__239_neverHappen1319515400686 |
Fields inherited from class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
|
__timeStamp, __timeStamp__239_neverHappen1319515400686 |
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.
Groovy Documentation