Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setNativeLibraryLocation (0.36 sec)

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

            return entryAttributes;
        }
    
        public String getNativeLibraryLocation() {
            return (String) entryAttributes.get(NATIVE_LIBRARY_ATTRIBUTE);
        }
    
        public void setNativeLibraryLocation(String location) {
            entryAttributes.put(NATIVE_LIBRARY_ATTRIBUTE, location);
        }
    
        @Override
        public void appendNode(Node node) {
            addClasspathEntry(node, ImmutableMap.of());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top