public final class ModuleMap
extends Object
A map containing information about all modules in the compilation.
This is currently used for ES modules and other types of module are not processed in detail.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ModuleMap
public ModuleMap(com.google.common.collect.ImmutableMap<String,Module> resolvedModules,
com.google.common.collect.ImmutableMap<String,Module> resolvedClosureModules)
-
Method Details
-
-
-
getModulesByPath
public com.google.common.collect.ImmutableMap<String,Module> getModulesByPath()
-
getModulesByClosureNamespace
public com.google.common.collect.ImmutableMap<String,Module> getModulesByClosureNamespace()
-
-