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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeScript​(java.lang.String jythonScript, java.lang.String[] jythonPath)
Executes the specified registration script.
-
-
-
Method Detail
-
executeScript
void executeScript​(java.lang.String jythonScript, java.lang.String[] jythonPath) throws MasterDataRegistrationException
Executes the specified registration script.- Throws:
MasterDataRegistrationException
- if the script produces an error
-
-