PathSourceCode

class PathSourceCode(path: Path) : ExternalSourceCode

A SourceCode implementation that retrieves the code information and content from a Path object.

Constructors

Link copied to clipboard
constructor(path: Path)

Properties

Link copied to clipboard
open override val externalLocation: URL
Link copied to clipboard
open override val locationId: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val text: String