Uses of Class
com.google.javascript.jscomp.deps.ModuleLoader.PathResolver
-
Packages that use ModuleLoader.PathResolver Package Description com.google.javascript.jscomp.deps -
-
Uses of ModuleLoader.PathResolver in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return ModuleLoader.PathResolver Modifier and Type Method Description static ModuleLoader.PathResolver
ModuleLoader.PathResolver. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ModuleLoader.PathResolver[]
ModuleLoader.PathResolver. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp.deps with parameters of type ModuleLoader.PathResolver Modifier and Type Method Description ModuleLoader.Builder
ModuleLoader.Builder. setPathResolver(ModuleLoader.PathResolver x)
Determines how to sanitize paths before resolving
-