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.
Method
Checks if this factory can handle the specified URI.
func canHandle(uri: String) -> Bool
uriThe URI to check.
true if this factory can handle the URI, false otherwise.