ModuleRootResolverFactory

ModuleRootResolverFactory is used to create a ModuleRootResolver.

All implementations of ModuleRootResolver must have an accompanying implementation of ModuleRootResolverFactory to enable the creation of the resolver.

Author

Richard Arriaga

Inheritors

Properties

Link copied to clipboard
abstract val scheme: String

The URI.scheme type this ModuleRootResolverFactory creates ModuleRootResolvers to access.

Functions

Link copied to clipboard
abstract fun resolver(name: String, uri: URI, fileManager: FileManager): ModuleRootResolver

Answer a ModuleRootResolver for the given URI.