logtalkIntegrationScriptOrThrow
public static String logtalkIntegrationScriptOrThrow(String engineName)
Answers a Logtalk integration script for a given Prolog engine id.
This method should always return the valid path of an integration script.
If it is not possible to find the integration script for a given engine, the method should thrown an exception detailing the reason of the failure.
- Parameters:
engineName
- the target engine id
- Returns:
- a full path of a Logtalk integration script for the given Prolog engine id.