api / org.gradle.plugins.ide.eclipse.model / Link

Link

open class Link

Link.

Constructors

<init>

Link(name: String, type: String, location: String, locationUri: String)

Functions

equals

open fun equals(other: Any?): Boolean

getLocation

open fun getLocation(): String

getLocationUri

open fun getLocationUri(): String

getName

open fun getName(): String

getType

open fun getType(): String

hashCode

open fun hashCode(): Int

setLocation

open fun setLocation(location: String): Unit

setLocationUri

open fun setLocationUri(locationUri: String): Unit

setName

open fun setName(name: String): Unit

setType

open fun setType(type: String): Unit

toString

open fun toString(): String