PhysicalLocation

open class PhysicalLocation

A SARIF compatible location referring to a location, i.e. file and region within the file.

Constructors

Link copied to clipboard
open fun PhysicalLocation(uri: URI, @NotNull region: @NotNull Region)

Types

Link copied to clipboard
open class ArtifactLocation

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun locationLink(@Nullable location: @Nullable PhysicalLocation): @NotNull String
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@NotNull
@get:NotNull
val artifactLocation: @NotNull PhysicalLocation.ArtifactLocation
Link copied to clipboard
@NotNull
@get:NotNull
open var region: @NotNull Region