fullResourceURI

fun fullResourceURI(qualifiedName: String): URI

Answer the URI for a resource in the source moduleRoot given a qualified name. There is no guarantee the target exists.

Return

A URI for the resource.

URLEncoder.encode(value, StandardCharsets.UTF_8.toString())

Parameters

qualifiedName

The fully-qualified name of the module or resource.