Package org.eclipse.epsilon.eol.types
Class AbstractToolNativeTypeDelegate
java.lang.Object
org.eclipse.epsilon.eol.types.AbstractToolNativeTypeDelegate
- All Implemented Interfaces:
IToolNativeTypeDelegate
- Direct Known Subclasses:
EolClasspathNativeTypeDelegate
,ExtensionPointToolNativeTypeDelegate
public abstract class AbstractToolNativeTypeDelegate
extends Object
implements IToolNativeTypeDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Object
createInstance
(String clazz, List<Object> parameters) createInstance
(String clazz, List<Object> parameters, IEolContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.epsilon.eol.types.IToolNativeTypeDelegate
knowsAbout
-
Constructor Details
-
AbstractToolNativeTypeDelegate
public AbstractToolNativeTypeDelegate()
-
-
Method Details
-
createInstance
public abstract Object createInstance(String clazz, List<Object> parameters) throws EolRuntimeException - Throws:
EolRuntimeException
-
createInstance
public Object createInstance(String clazz, List<Object> parameters, IEolContext context) throws EolRuntimeException - Specified by:
createInstance
in interfaceIToolNativeTypeDelegate
- Throws:
EolRuntimeException
-