ModuleRootResolverFactory

interface 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

Functions

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

Answer a ModuleRootResolver for the given URI.

Properties

Link copied to clipboard
abstract val scheme: String

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

Inheritors

Link copied to clipboard
Link copied to clipboard