SourceLinkDefinitionImpl

data class SourceLinkDefinitionImpl(localDirectory: String, remoteUrl: URL, remoteLineSuffix: String?) : DokkaConfiguration.SourceLinkDefinition

Types

Companion
Link copied to clipboard
object Companion

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): URL
component3
Link copied to clipboard
operator fun component3(): String?
copy
Link copied to clipboard
fun copy(localDirectory: String, remoteUrl: URL, remoteLineSuffix: String?): SourceLinkDefinitionImpl
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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