Interface SandboxedModuleHelper

  • All Known Implementing Classes:
    SandboxedModuleManager

    public interface SandboxedModuleHelper
    Sandboxed module helper.
    • Method Detail

      • getModule

        @Nullable
        SandboxedModule getModule​(java.lang.String moduleName)
        Returns the SandboxedModule that owns the given module name.
        Parameters:
        moduleName - the name of the module to look up.
        Returns:
        the corresponding SandboxedModule, or null if none found.