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 groovy.lang.GroovyObjectSupport |
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#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