Class PythonHelper

java.lang.Object
org.eclipse.ease.lang.python.PythonHelper

public final class PythonHelper extends Object
  • Field Details

    • SCRIPT_TYPE_PYTHON

      public static final String SCRIPT_TYPE_PYTHON
      Script type identifier for Python. Must match with the script type 'name' from plugin.xml.
      See Also:
  • Method Details

    • getSaveName

      public static String getSaveName(String identifier)
    • isSaveName

      public static boolean isSaveName(String identifier)
    • getScriptType

      public static ScriptType getScriptType()
      Get the ScriptType for python.
      Returns:
      script type definition