resolver

open override fun resolver(name: String, uri: URI, fileManager: FileManager): ModuleRootResolver

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.

fileManager

The FileManager used to manage the files accessed via the ModuleRootResolver.