create Resolver
fun createResolver( name: String, uri: URI, fileManager: FileManager): ModuleRootResolver
Content copied to clipboard
Answer a ModuleRootResolver.
Return
The constructed ModuleRootResolver.
Parameters
name
The name of the module root.
uri
The URI that identifies the location of the ModuleRoot.
file Manager
The FileManager used to manage the files accessed via the ModuleRootResolver.
Throws
If the URI.scheme does not have a registered ModuleRootResolverFactory.