public class EngineDescription
extends java.lang.Object
Constructor and Description |
---|
EngineDescription(IConfigurationElement configurationElement) |
Modifier and Type | Method and Description |
---|---|
IScriptEngine |
createEngine()
Create a dedicated script engine.
|
java.lang.String |
getID() |
java.lang.String |
getName() |
int |
getPriority() |
java.util.List<ScriptType> |
getSupportedScriptTypes() |
boolean |
isReplShell() |
boolean |
supports(IFile file) |
boolean |
supports(java.lang.String scriptType) |
boolean |
supportsDebugging() |
java.lang.String |
toString() |
public EngineDescription(IConfigurationElement configurationElement)
public java.util.List<ScriptType> getSupportedScriptTypes()
public int getPriority()
public IScriptEngine createEngine()
null
public java.lang.String getID()
public java.lang.String getName()
public boolean supports(java.lang.String scriptType)
public boolean supports(IFile file)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean supportsDebugging()
public boolean isReplShell()