|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.plugins.ide.idea.model.ModuleLibrary org.gradle.plugins.ide.idea.model.SingleEntryModuleLibrary
class SingleEntryModuleLibrary extends ModuleLibrary
Single entry module library
Property Summary | |
---|---|
ModuleVersionIdentifier |
moduleVersion
Module version of the library, if any. |
Constructor Summary | |
SingleEntryModuleLibrary(FilePath library, FilePath javadoc, FilePath source, String scope)
Creates single entry module library |
|
SingleEntryModuleLibrary(FilePath library, String scope)
Creates single entry module library |
Method Summary | |
---|---|
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 ModuleLibrary | |
---|---|
addToNode, equals, hashCode, toString |
Property Detail |
---|
@Nullable ModuleVersionIdentifier moduleVersion
Constructor Detail |
---|
SingleEntryModuleLibrary(FilePath library, FilePath javadoc, FilePath source, String scope)
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
- scope
SingleEntryModuleLibrary(FilePath library, String scope)
library
- a path to jar or class folder in Path formatscope
- scope
Method Detail |
---|
File getJavadocFile()
File getLibraryFile()
File getSourceFile()
Gradle API 1.12