Documentation Language: Swift

Method

getResourceFactory(for:)

Gets a resource factory for a given URI.

func getResourceFactory(for uri: String) -> ResourceFactory?

Parameters

uri

The URI to find a factory for.

Return Value

The matching factory, or nil if none found.