public interface TransformationStep
| Modifier and Type | Method and Description |
|---|---|
TransformationMetadata |
getMetadata()
This method provides the meta information about the transformation step.
|
void |
transform()
This method runs the actual Migration.
|
TransformationMetadata getMetadata()
TransformationMetadata object is returned.void transform()
throws TransformationException
TransformationException - is thrown if there is something wrong with the migration
itself.Copyright © 2014-2015 PureSol Technologies. All Rights Reserved.