component-installation-plugin / com.intershop.gradle.component.installation.tasks / LinkTask / LinkData

LinkData

data class LinkData

This class describes a link with name and target.

Constructors

<init>

LinkData(namePath: String, targetPath: String)

initialize a link configuration with name and target

Properties

namePath

val namePath: String

name of the symbolic link

targetPath

val targetPath: String

target of the symbolic link