ContentSource

interface ContentSource

Represents a readable content source, either local or remote.

Inheritors

Properties

Link copied to clipboard
abstract val content: String

The textual content read from this source.

Link copied to clipboard
abstract val remote: Boolean

Whether this source is remote (URL-based).

Link copied to clipboard
abstract val source: String

The path or URL identifying this content source.