Documentation Language: Swift

Protocol

ResourceFactory

Protocol for factories that can create and load resources.

protocol ResourceFactory : Sendable

Topics

Instance Methods

F
canHandle(uri:)

Checks if this factory can handle the specified URI.

F
createResource(uri:in:)

Creates a resource from the specified URI.

Relationships

Inherits From