public interface LanguageManager extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getLanguageName(Class<? extends Language> languageType)
Calculates the script-language-name for the given
Language definition. |
String getLanguageName(Class<? extends Language> languageType)
Language
definition.
The name will be used for the ScriptEngineManager.getEngineByName(java.lang.String)
languageType
- language-type which will be mapped to the name of the languageCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.