Module Root Resolver Factory
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
Content copied to clipboard
Answer a ModuleRootResolver for the given URI.
Properties
Link copied to clipboard
The URI.scheme type this ModuleRootResolverFactory creates ModuleRootResolvers to access.