public class ScriptLanguageMUX
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
get(java.lang.String hcName)
Looks up the language name to use from the scriptframework.properties
file.
|
public static java.lang.String get(java.lang.String hcName)
hcName - The name of the host component. This name is appended to
ITIM.interpreter. and then the combined name is used to look
up which interpreter to use for the host component. The right
hand side value should be either IBMJS or FESI (case
insensitive). Any other values will cause a note to be made in
the trace log and for the IBMJS engine to be used.