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