@FunctionalInterface
public static interface ModuleLoader.ModuleResolverFactory
Modifier and Type | Method and Description |
---|---|
ModuleResolver |
create(com.google.common.collect.ImmutableSet<java.lang.String> modulePaths,
com.google.common.collect.ImmutableList<java.lang.String> moduleRootPaths,
ErrorHandler errorHandler,
ModuleLoader.PathEscaper pathEscaper) |
ModuleResolver create(com.google.common.collect.ImmutableSet<java.lang.String> modulePaths, com.google.common.collect.ImmutableList<java.lang.String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper)
Copyright © 2009-2020 Google. All Rights Reserved.