Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EclipseLinkedResource (0.16 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/eclipse/EclipseLinkedResource.java

    /**
     * Linked resources are files and folders that are stored in locations in the file system outside of the project's location.
     *
     * @since 1.0-milestone-4
     */
    public interface EclipseLinkedResource {
    
        /**
         * The project-relative path of the linked resource as it appears in the workspace.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/eclipse/HierarchicalEclipseProject.java

        /**
         * Returns the linked resources for this project.
         *
         * @return The linked resources.
         * @since 1.0-milestone-4
         */
        DomainObjectSet<? extends EclipseLinkedResource> getLinkedResources();
    
        /**
         * Returns the project directory for this project.
         *
         * @return The project directory.
         * @since 1.0-milestone-9
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top