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 Constructor Description AbstractToolNativeTypeDelegate()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Object
createInstance(String clazz, List<Object> parameters)
Object
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
-
-
-
-
Method Detail
-
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
-
-