Class AbstractClasspathEntry

    • Constructor Detail

      • AbstractClasspathEntry

        public AbstractClasspathEntry​(Node node)
      • AbstractClasspathEntry

        public AbstractClasspathEntry​(String path)
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • isExported

        public boolean isExported()
      • setExported

        public void setExported​(boolean exported)
      • setAccessRules

        public void setAccessRules​(Set<AccessRule> accessRules)
      • getNativeLibraryLocation

        public String getNativeLibraryLocation()
      • setNativeLibraryLocation

        public void setNativeLibraryLocation​(String location)
      • addClasspathEntry

        protected Node addClasspathEntry​(Node node,
                                         Map<String,​?> attributes)
      • normalizePath

        protected String normalizePath​(String path)
      • writeEntryAttributes

        public void writeEntryAttributes​(Node node)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object