Single entry module library
| Type | Name and description |
|---|---|
ModuleVersionIdentifier |
moduleVersionModule version of the library, if any. |
| Constructor and description |
|---|
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 |
File |
getSourceFile()Returns a single source jar or source folder |
| Methods inherited from class | Name |
|---|---|
class ModuleLibrary |
addToNode, equals, hashCode, toString |
Module version of the library, if any.
Creates single entry module library
library - a path to jar or class folder in idea formatjavadoc - a path to javadoc jar or javadoc foldersource - a path to source jar or source folderscope - scopeGradle API 2.2-20140924021627+0000