UriLocator

data class UriLocator constructor(val uri: String, val display: String? = null) : SourceLocator

A locator that points at a resource by URI (e.g. https://..., s3://...).

Constructors

Link copied to clipboard
constructor(uri: String, display: String? = null)

Properties

Link copied to clipboard
open override val display: String? = null

Optional human-readable label

Link copied to clipboard
val uri: String

The URI referencing the source resource

Functions

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

A stable, comparable key identifying this locator.