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 Summary
Modifier and TypeMethodDescriptionvoidregisterConfigurator(String loader, IScriptRunModuleConfigurator configurator) Registers the provided configurator as the configurator of the given loader.
-
Method Details
-
registerConfigurator
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
-