SingleEntryModuleLibrary

Single entry module library

Constructors

Link copied to clipboard
constructor(library: FilePath, javadoc: Set<FilePath>, source: Set<FilePath>, scope: String)
Creates single entry module library
constructor(library: FilePath, @Nullable javadoc: FilePath, @Nullable source: FilePath, scope: String)
Creates single entry module library
constructor(library: FilePath, scope: String)
Creates single entry module library

Properties

Link copied to clipboard
open var classes: Set<Path>
Link copied to clipboard
Link copied to clipboard
open var javadoc: Set<Path>
Link copied to clipboard
@get:Nullable
open var moduleVersion: ModuleVersionIdentifier
Link copied to clipboard
open var scope: String
Link copied to clipboard
open var sources: Set<Path>

Functions

Link copied to clipboard
open fun addToNode(parentNode: Node)
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getJavadocFile(): File
Returns a single javadoc jar or javadoc folder
Link copied to clipboard
open fun getLibraryFile(): File
Returns a single jar or class folder
Link copied to clipboard
open fun getSourceFile(): File
Returns a single source jar or source folder
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isExported(): Boolean
Link copied to clipboard
open fun setExported(exported: Boolean)
Link copied to clipboard
open fun toString(): String