class ModuleLibrary
Represents an orderEntry of type module-library in the iml XML.
Type | Name and description |
---|---|
Set<Path> |
classes A set of Jar files or directories containing compiled code. |
boolean |
exported Whether the library is exported to dependent modules. |
Set<JarDirectory> |
jarDirectories A set of directories containing Jar files. |
Set<Path> |
javadoc A set of Jar files or directories containing Javadoc. |
String |
scope The scope of this library. |
Set<Path> |
sources A set of Jar files or directories containing source code. |
Constructor and description |
---|
ModuleLibrary
(Collection<Path> classes, Collection<Path> javadoc, Collection<Path> sources, Collection<JarDirectory> jarDirectories, String scope) |
Whether the library is exported to dependent modules.
A set of directories containing Jar files.
The scope of this library. If null, the scope attribute is not added.
Gradle API 2.2-20140924021627+0000