public interface SandboxedModuleHelper
| Modifier and Type | Method and Description |
|---|---|
void |
configureInstalledFeatures()
Initializes installed features and applies their resource policies (if provided).
|
SandboxedModule |
getCurrentModule()
Returns the
SandboxedModule associated with the current thread context. |
SandboxedModule |
getModule(String moduleName)
Returns the
SandboxedModule that owns the given module name. |
void configureInstalledFeatures()
SandboxedModule getCurrentModule()
SandboxedModule associated with the current thread context.SandboxedModule owning the current execution context.@Nullable SandboxedModule getModule(String moduleName)
SandboxedModule that owns the given module name.moduleName - the name of the module to look up.SandboxedModule, or null if none found.