Single entry module library
Constructor and description |
---|
SingleEntryModuleLibrary
(FilePath library, Set<FilePath> javadoc, Set<FilePath> source, String scope) Creates single entry module library |
SingleEntryModuleLibrary
(FilePath library, FilePath javadoc, FilePath source, String scope) Creates single entry module library |
SingleEntryModuleLibrary
(FilePath library, String scope) Creates single entry module library |
Type | Name and description |
---|---|
File |
getJavadocFile() Returns a single javadoc jar or javadoc folder |
File |
getLibraryFile() Returns a single jar or class folder |
ModuleVersionIdentifier |
getModuleVersion() Module version of the library, if any. |
File |
getSourceFile() Returns a single source jar or source folder |
void |
setModuleVersion(ModuleVersionIdentifier moduleVersion) |
Methods inherited from class | Name |
---|---|
class ModuleLibrary |
addToNode, equals, getClasses, getExported, getJarDirectories, getJavadoc, getScope, getSources, hashCode, isExported, setClasses, setExported, setJarDirectories, setJavadoc, setScope, setSources, toString |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Creates single entry module library
library
- a path to jar or class folder in idea formatjavadoc
- paths to javadoc jars or javadoc folderssource
- paths to source jars or source foldersscope
- scopeCreates single entry module library
library
- a path to jar or class folder in idea formatjavadoc
- path to javadoc jars or javadoc folderssource
- paths to source jars or source foldersscope
- scopeReturns a single javadoc jar or javadoc folder
Returns a single jar or class folder
Module version of the library, if any.
Returns a single source jar or source folder
Gradle API 3.0-milestone-1