Class ToolExtension
- java.lang.Object
-
- org.eclipse.epsilon.common.dt.launching.extensions.ToolExtension
-
public class ToolExtension extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.core.runtime.IConfigurationElement
configurationElement
-
Constructor Summary
Constructors Constructor Description ToolExtension()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
createTool(List<Object> parameters)
static ToolExtension
forClass(String clazz)
String
getClazz()
org.eclipse.core.runtime.IConfigurationElement
getConfigurationElement()
String
getDefaultName()
String
getDescription()
static ArrayList<ToolExtension>
getInstances()
void
setConfigurationElement(org.eclipse.core.runtime.IConfigurationElement configurationElement)
String
toString()
-
-
-
Method Detail
-
getConfigurationElement
public org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()
-
setConfigurationElement
public void setConfigurationElement(org.eclipse.core.runtime.IConfigurationElement configurationElement)
-
getInstances
public static ArrayList<ToolExtension> getInstances()
-
forClass
public static ToolExtension forClass(String clazz)
-
getDefaultName
public String getDefaultName()
-
getClazz
public String getClazz()
-
getDescription
public String getDescription()
-
createTool
public Object createTool(List<Object> parameters) throws EolRuntimeException
- Throws:
EolRuntimeException
-
-