resolver
open override fun resolver( name: String, uri: URI, fileManager: FileManager): JarModuleRootResolver
Content copied to clipboard
Answer a ModuleRootResolver for the given URI.
Return
The ModuleRootResolver that is linked to the URI of the ModuleRoot.
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.