Package org.eclipse.epsilon.hutn.util
Class EpsilonUtil
java.lang.Object
org.eclipse.epsilon.hutn.util.EpsilonUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic IEtlModule
initialiseEtlModule
(IModel source, IModel target, IModel... extraModels) static IEvlModule
initialseEvlModule
(IEvlFixer fixer, IModel model, IModel... extraModels)
-
Method Details
-
initialiseEtlModule
public static IEtlModule initialiseEtlModule(IModel source, IModel target, IModel... extraModels) throws EolModelLoadingException - Throws:
EolModelLoadingException
-
initialseEvlModule
public static IEvlModule initialseEvlModule(IEvlFixer fixer, IModel model, IModel... extraModels) throws EolModelLoadingException - Throws:
EolModelLoadingException
-