atlas
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
atlas
:atlas-core
/
atlas.core.tasks
/
WriteModuleLinks
Write
Module
Links
@
CacheableTask
abstract
class
WriteModuleLinks
:
DefaultTask
,
TaskWithOutputFile
(
source
)
Dumps all
atlas.core.internal.ModuleLink
s between this and any other modules to a file.
Members
Constructors
Write
Module
Links
Link copied to clipboard
constructor
(
)
Properties
link
Types
Link copied to clipboard
@get:
Input
abstract
val
linkTypes
:
SetProperty
<
LinkType
>
module
Links
Link copied to clipboard
@get:
Input
abstract
val
moduleLinks
:
MapProperty
<
String
,
List
<
String
>
>
output
File
Link copied to clipboard
@get:
OutputFile
abstract
override
val
outputFile
:
RegularFileProperty
this
Path
Link copied to clipboard
@get:
Input
abstract
val
thisPath
:
Property
<
String
>
Functions
execute
Link copied to clipboard
fun
execute
(
)