Interface HierarchicalEclipseProject

    • Method Detail

      • getProjectDependencies

        DomainObjectSet<? extends EclipseProjectDependency> getProjectDependencies()
        Returns the project dependencies for this project.
        Returns:
        The project dependencies. Returns an empty set if the project has no project dependencies.
        Since:
        1.0-milestone-3
      • getSourceDirectories

        DomainObjectSet<? extends EclipseSourceDirectory> getSourceDirectories()
        Returns the source directories for this project.
        Returns:
        The source directories. Returns an empty set if the project has no source directories.
        Since:
        1.0-milestone-3
      • getLinkedResources

        DomainObjectSet<? extends EclipseLinkedResource> getLinkedResources()
        Returns the linked resources for this project.
        Returns:
        The linked resources.
        Since:
        1.0-milestone-4
      • getProjectDirectory

        java.io.File getProjectDirectory()
                                  throws UnsupportedMethodException
        Returns the project directory for this project.
        Returns:
        The project directory.
        Throws:
        UnsupportedMethodException - For Gradle versions older than 1.0-milestone-9, where this method is not supported.
        Since:
        1.0-milestone-9