Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for locationsNode (0.09 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Project.java

                Node locationNode = findFirstChildNamed(linkNode, "location");
                Node locationUriNode = findFirstChildNamed(linkNode, "locationURI");
                linkedResources.add(new Link(
                    nameNode != null ? nameNode.text() : null,
                    typeNode != null ? typeNode.text() : null,
                    locationNode != null ? locationNode.text() : null,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 16.5K bytes
    - Viewed (0)
Back to top