Interface IMasterDataScriptRegistrationRunner
- All Known Implementing Classes:
MasterDataRegistrationScriptRunner
public interface IMasterDataScriptRegistrationRunner
Implementation of this interface know how to execute a master data registration script.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteScript(String jythonScript, String[] jythonPath) Executes the specified registration script.
-
Method Details
-
executeScript
Executes the specified registration script.- Throws:
MasterDataRegistrationException- if the script produces an error
-