Class ScriptType

java.lang.Object
org.eclipse.ease.service.ScriptType

public class ScriptType extends Object
  • Constructor Details

    • ScriptType

      public ScriptType(org.eclipse.core.runtime.IConfigurationElement configurationElement)
  • Method Details

    • getName

      public String getName()
    • getDefaultExtension

      public String getDefaultExtension()
    • getContentTypes

      public Collection<String> getContentTypes()
    • getCodeParser

      public ICodeParser getCodeParser()
    • getCodeFactory

      public ICodeFactory getCodeFactory()
    • getEngines

      public List<EngineDescription> getEngines()
      Get available engines. Returns available script engine descriptions sorted by priority (highest first).
      Returns:
      available engines
    • getEngine

      public EngineDescription getEngine()
    • getDebugEngine

      public EngineDescription getDebugEngine()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object