api / org.gradle.plugins.ide.idea.model / SingleEntryModuleLibrary / <init>

<init>

SingleEntryModuleLibrary(library: FilePath, javadoc: MutableSet<FilePath>, source: MutableSet<FilePath>, scope: String)

Creates single entry module library

Parameters

library - a path to jar or class folder in idea format

javadoc - paths to javadoc jars or javadoc folders

source - paths to source jars or source folders

scope - scope

SingleEntryModuleLibrary(library: FilePath, javadoc: FilePath, source: FilePath, scope: String)

Creates single entry module library

Parameters

library - a path to jar or class folder in idea format

javadoc - path to javadoc jars or javadoc folders

source - paths to source jars or source folders

scope - scope

SingleEntryModuleLibrary(library: FilePath, scope: String)

Creates single entry module library

Parameters

library - a path to jar or class folder in Path format

scope - scope