public interface ITransformationConfiguration
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IStatus |
executeTransformation(java.util.List source)
Deprecated.
|
ITransformationDescriptor |
getDescriptor()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
ITransformContext |
getTransformationContext(java.util.List source)
Deprecated.
|
java.lang.String getName()
ITransformationDescriptor getDescriptor()
ITransformContext getTransformationContext(java.util.List source)
source
- A java.util.List containing the 'source' elements to be used.org.eclipse.core.runtime.IStatus executeTransformation(java.util.List source)
source
- A java.util.List containing the objects that represent the 'source'
against which the transformation should execute.