|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.script.ScriptLanguageMUX
public class ScriptLanguageMUX
Class to allow easy multiplexing of script languages based on the scriptframework.properties file.
Method Summary | |
---|---|
static java.lang.String |
get(java.lang.String hcName)
Looks up the language name to use from the scriptframework.properties file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |