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.
      • configureInstalledFeatures

        void configureInstalledFeatures()
        Initializes installed features and applies their resource policies (if provided). This method only needs to be called when the Kernel operates in an XIP (Execute In Place) system. Refer to the documentation for more details.