Class ModuleLibrary

    • Method Detail

      • getClasses

        public Set<Path> getClasses()
        A set of Jar files or directories containing compiled code.
      • setClasses

        public void setClasses​(Set<Path> classes)
      • getJarDirectories

        public Set<JarDirectory> getJarDirectories()
        A set of directories containing Jar files.
      • setJarDirectories

        public void setJarDirectories​(Set<JarDirectory> jarDirectories)
      • getJavadoc

        public Set<Path> getJavadoc()
        A set of Jar files or directories containing Javadoc.
      • setJavadoc

        public void setJavadoc​(Set<Path> javadoc)
      • getSources

        public Set<Path> getSources()
        A set of Jar files or directories containing source code.
      • setSources

        public void setSources​(Set<Path> sources)
      • getScope

        public String getScope()
        The scope of this library. If null, the scope attribute is not added.
      • setScope

        public void setScope​(String scope)
      • isExported

        public boolean isExported()
        Whether the library is exported to dependent modules.
      • setExported

        public void setExported​(boolean exported)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object