Interface ModuleLoader.ModuleResolverFactory
- All Known Implementing Classes:
BrowserWithTransformedPrefixesModuleResolver.Factory
,NodeModuleResolver.Factory
,WebpackModuleResolver.Factory
- Enclosing class:
ModuleLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An enum used to specify what algorithm to use to locate non path-based modules
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper)
-
Method Details
-
create
ModuleResolver create(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper)
-