Interface IScriptRunModuleConfiguratorRegistrationHandler


public interface IScriptRunModuleConfiguratorRegistrationHandler
Manages the registration of IScriptRunModuleConfigurators for the various loaders.

Refer to their documentation for more information on what they represent.

Each loader MUST have an associated script run module configurator, otherwise an error will be raised at runtime.

Since:
9.1.0
  • Method Details

    • registerConfigurator

      void registerConfigurator(String loader, IScriptRunModuleConfigurator configurator)
      Registers the provided configurator as the configurator of the given loader.
      Parameters:
      loader - The name of the loader for which the configurator is for.
      configurator - The configurator to register.
      Since:
      9.1.0