SourceLinkDefinition

interface SourceLinkDefinition : Serializable

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

localDirectory
Link copied to clipboard
abstract val localDirectory: String
remoteLineSuffix
Link copied to clipboard
abstract val remoteLineSuffix: String?
remoteUrl
Link copied to clipboard
abstract val remoteUrl: URL

Inheritors

SourceLinkDefinitionImpl
Link copied to clipboard