public interface SandboxedModuleHelper
Modifier and Type | Method and Description |
---|---|
SandboxedModule |
getCurrentModule()
Returns the
SandboxedModule associated with the current thread context. |
SandboxedModule |
getModule(String moduleName)
Returns the
SandboxedModule that owns the given module name. |
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.