public interface EclipseProject extends HierarchicalEclipseProject, HasGradleProject
Note that the names of Eclipse projects are unique, and can be used as an identifier for the project.
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DomainObjectSet<? extends EclipseProject> |
getChildren()
Returns the child elements, or the empty set if there are no child elements.
|
DomainObjectSet<? extends ExternalDependency> |
getClasspath()
Returns the external dependencies which make up the classpath of this project.
|
GradleProject |
getGradleProject()
The gradle project that is associated with this project.
|
EclipseProject |
getParent()
Returns the parent of this element, or
null if there is no parent. |
getLinkedResources, getProjectDependencies, getProjectDirectory, getSourceDirectoriesgetDescription, getNameEclipseProject getParent()
null if there is no parent.getParent インタフェース内 HierarchicalEclipseProjectgetParent インタフェース内 HierarchicalElementnull if there is no parent.DomainObjectSet<? extends EclipseProject> getChildren()
getChildren インタフェース内 HierarchicalEclipseProjectgetChildren インタフェース内 HierarchicalElementGradleProject getGradleProject()
See HasGradleProject
getGradleProject インタフェース内 HasGradleProjectDomainObjectSet<? extends ExternalDependency> getClasspath()