Uses of Interface
org.mozilla.javascript.commonjs.module.ModuleScriptProvider
Packages that use ModuleScriptProvider
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
Provides default implementations for module providers.
-
Uses of ModuleScriptProvider in org.mozilla.javascript.commonjs.module
Methods in org.mozilla.javascript.commonjs.module with parameters of type ModuleScriptProviderModifier and TypeMethodDescriptionRequireBuilder.setModuleScriptProvider(ModuleScriptProvider moduleScriptProvider) Sets theModuleScriptProviderfor theRequireinstances that this builder builds.Constructors in org.mozilla.javascript.commonjs.module with parameters of type ModuleScriptProviderModifierConstructorDescriptionRequire(Context cx, Scriptable nativeScope, ModuleScriptProvider moduleScriptProvider, Script preExec, Script postExec, boolean sandboxed) Creates a new instance of the require() function. -
Uses of ModuleScriptProvider in org.mozilla.javascript.commonjs.module.provider
Classes in org.mozilla.javascript.commonjs.module.provider that implement ModuleScriptProviderModifier and TypeClassDescriptionclassAbstract base class that implements caching of loaded module scripts.classA multiplexer for module script providers.classA module script provider that uses a module source provider to load modules and caches the loaded modules.classA module script provider that uses a module source provider to load modules and caches the loaded modules.Constructor parameters in org.mozilla.javascript.commonjs.module.provider with type arguments of type ModuleScriptProviderModifierConstructorDescriptionMultiModuleScriptProvider(Iterable<? extends ModuleScriptProvider> providers) Creates a new multiplexing module script provider tht gathers the specified providers