DokkaSourceSetID

data class DokkaSourceSetID(scopeId: String, sourceSetName: String) : Serializable

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
copy
Link copied to clipboard
fun copy(scopeId: String, sourceSetName: String): DokkaSourceSetID
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

scopeId
Link copied to clipboard
val scopeId: String
Unique identifier of the scope that this source set is placed in.
sourceSetName
Link copied to clipboard
val sourceSetName: String

Extensions

plus
Link copied to clipboard
operator fun DokkaSourceSetID.plus(other: DokkaSourceSetID): CompositeSourceSetID