Interface SessionEnvironment.ModuleCreator

    • Method Detail

      • create

        Module create​(ReadableConfig configuration,
                      ClassLoader classLoader)
        Parameters:
        configuration - The read-only configuration with which the module is created.
        classLoader - The class loader with which the module is created.
        Returns:
        The created module object.