FileSystemModuleRootResolver

fun FileSystemModuleRootResolver(    name: String,     uri: URI,     fileManager: FileManager)

Construct a FileSystemModuleRootResolver.

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 this FileSystemModuleRootResolver.