toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.idea.model
/
SingleEntryModuleLibrary
Single
Entry
Module
Library
API
open
class
SingleEntryModuleLibrary
:
ModuleLibrary
(
source
)
Single entry module library
Members
Constructors
Single
Entry
Module
Library
Link copied to clipboard
API
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
classes
Link copied to clipboard
API
open
var
classes
:
Set
<
Path
>
jar
Directories
Link copied to clipboard
API
open
var
jarDirectories
:
Set
<
JarDirectory
>
javadoc
Link copied to clipboard
API
open
var
javadoc
:
Set
<
Path
>
module
Version
Link copied to clipboard
API
@get:
Nullable
open
var
moduleVersion
:
ModuleVersionIdentifier
scope
Link copied to clipboard
API
open
var
scope
:
String
sources
Link copied to clipboard
API
open
var
sources
:
Set
<
Path
>
Functions
add
To
Node
Link copied to clipboard
API
open
fun
addToNode
(
parentNode
:
Node
)
equals
Link copied to clipboard
API
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Javadoc
File
Link copied to clipboard
API
open
fun
getJavadocFile
(
)
:
File
Returns a single javadoc jar or javadoc folder
get
Library
File
Link copied to clipboard
API
open
fun
getLibraryFile
(
)
:
File
Returns a single jar or class folder
get
Source
File
Link copied to clipboard
API
open
fun
getSourceFile
(
)
:
File
Returns a single source jar or source folder
hash
Code
Link copied to clipboard
API
open
fun
hashCode
(
)
:
Int
is
Exported
Link copied to clipboard
API
open
fun
isExported
(
)
:
Boolean
set
Exported
Link copied to clipboard
API
open
fun
setExported
(
exported
:
Boolean
)
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String