Class GroovyHelper

java.lang.Object
org.eclipse.ease.lang.groovy.GroovyHelper

public final class GroovyHelper extends Object
  • Field Details

    • SCRIPT_TYPE_GROOVY

      public static final String 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

      public static ScriptType getScriptType()
      Get the ScriptType for java script.
      Returns:
      script type definition
    • isSaveName

      public static boolean isSaveName(String identifier)
    • getSaveName

      public static String getSaveName(String identifier)