Package org.eclipse.ease.lang.python
Class PythonHelper
java.lang.Object
org.eclipse.ease.lang.python.PythonHelper
public class PythonHelper extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
SCRIPT_TYPE_PYTHON
Script type identifier for Python. -
Constructor Summary
Constructors Constructor Description PythonHelper()
-
Method Summary
Modifier and Type Method Description static String
getSaveName(String identifier)
static ScriptType
getScriptType()
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:
- Constant Field Values
-
-
Constructor Details
-
PythonHelper
public PythonHelper()
-
-
Method Details
-
getSaveName
-
isSaveName
-
getScriptType
Get theScriptType
for python.- Returns:
- script type definition
-