DiscoveredFragment

data class DiscoveredFragment(val path: String, val name: String, val url: URL) : Discovered

Represents a discovered fragment file.

Constructors

Link copied to clipboard
constructor(path: String, name: String, url: URL)

Properties

Link copied to clipboard
open override val name: String

The filename (without path)

Link copied to clipboard
open override val path: String

The classpath path to the fragment file

Link copied to clipboard
open override val url: URL

The URL to access the fragment file