open class LinkTask : DefaultTask
This task creates a list of symbolic links for a component.
data class LinkData
This class describes a link with name and target. |
LinkTask()
This task creates a list of symbolic links for a component. |
var linkdata: Set<LinkData>
Set of of all link data of the component. |
fun addLink(namePath: String, targetPath: String): Unit
Add link data to this task with name and target. |
|
fun createLink(): Unit
Task action creates links. |
|
fun provideModulePaths(linkdata: Provider<Set<LinkData>>): Unit
Set the provider for the link data set property. |