JarModuleRootResolver

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

Construct a JarModuleRootResolver.

Parameters

name

The name of the module root.

uri

The URI that identifies the location of the jar file containing all source modules for a ModuleRoot.

fileManager

The FileManager used to manage the files accessed via this JarModuleRootResolver.