Package org.eclipse.ease.lang.groovy
Class GroovyHelper
java.lang.Object
org.eclipse.ease.lang.groovy.GroovyHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getSaveName
(String identifier) static ScriptType
Get theScriptType
for java script.static boolean
isSaveName
(String identifier)
-
Field Details
-
SCRIPT_TYPE_GROOVY
Script type identifier for JavaScript. Must match with the script type 'name' from plugin.xml.- See Also:
-
-
Constructor Details
-
GroovyHelper
public GroovyHelper()
-
-
Method Details
-
getScriptType
Get theScriptType
for java script.- Returns:
- script type definition
-
isSaveName
-
getSaveName
-