Package org.eclipse.epsilon.eol.types
Class EolClasspathNativeTypeDelegate
java.lang.Object
org.eclipse.epsilon.eol.types.AbstractToolNativeTypeDelegate
org.eclipse.epsilon.eol.types.EolClasspathNativeTypeDelegate
- All Implemented Interfaces:
IToolNativeTypeDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance
(String clazz, List<Object> parameters) Class<?>[]
getTypes
(Collection<Object> objects) boolean
knowsAbout
(String clazz) Methods inherited from class org.eclipse.epsilon.eol.types.AbstractToolNativeTypeDelegate
createInstance
-
Constructor Details
-
EolClasspathNativeTypeDelegate
public EolClasspathNativeTypeDelegate() -
EolClasspathNativeTypeDelegate
-
-
Method Details
-
knowsAbout
-
createInstance
- Specified by:
createInstance
in classAbstractToolNativeTypeDelegate
- Throws:
EolRuntimeException
-
getTypes
-