org.eclipse.m2m.qvt.oml.runtime.util
Class QvtoTransformationHelper
java.lang.Object
org.eclipse.m2m.qvt.oml.runtime.util.QvtoTransformationHelper
Deprecated. use TransformationExecutor
class instead
public class QvtoTransformationHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QvtoTransformationHelper
public QvtoTransformationHelper(URI transfUri)
- Deprecated.
- Parameters:
transfUri
- uri of the transformation script:
files like file:/
platform resources like platform:/resource/
platform plugins like platform:/plugin/
executeTransformation
public QvtoTransformationHelper.TransfExecutionResult executeTransformation(java.util.List<? extends EObject> inObjects,
java.util.Map<java.lang.String,java.lang.Object> inConfigProperties,
ResourceSet metamodelResourceSet)
throws CoreException
- Deprecated.
- Throws:
CoreException
getImportedTransformations
public java.util.List<URI> getImportedTransformations()
throws CoreException
- Deprecated.
- Returns:
- List(Transformation File URI)
- File URI is workspace-relative created with URI.createPlatformResourceURI() call
- All returned file URIs necessarily belong to single workspace plugin
- Throws:
CoreException
- in case file URI cannot be converted to workspace-relative scheme
getInputModelExtensions
public java.util.List<java.lang.String> getInputModelExtensions()
throws CoreException
- Deprecated.
- Throws:
CoreException