Documentation Language: Swift

Method

canHandle(uri:)

Checks if this factory can handle the specified URI.

func canHandle(uri: String) -> Bool

Parameters

uri

The URI to check.

Return Value

true if this factory can handle the URI, false otherwise.