Resource

interface Resource(source)

A generic resource of some kind. Only describes the resource. There are more specific interface that extend this one and specify ways of accessing the resource's content.

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): String
Short name that concisely describes this resource
Link copied to clipboard
abstract fun getDisplayName(): String
Human readable name of this resource
Link copied to clipboard
abstract fun getURI(): URI
Uniform resource identifier that uniquely describes this resource