public class TransformationContextTestImpl extends Object implements TransformationContext
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
getCleanDatabaseCredentials()
Reference to the clean database.
|
JDBCConnectionCredentials |
getDirtyDatabaseCredentials()
Reference to the dirty database, i.e.
|
EnumTransformationType |
getTransformationType()
Returns the type of transformation.
|
String |
getTransformerConfiguration()
Configuration file for the Transformer (obtained from ODCS database).
|
File |
getTransformerDirectory()
Returns reference to a directory reserved for the Transformer's needs.
|
public JDBCConnectionCredentials getDirtyDatabaseCredentials()
TransformationContext
getDirtyDatabaseCredentials
in interface TransformationContext
public JDBCConnectionCredentials getCleanDatabaseCredentials()
TransformationContext
getCleanDatabaseCredentials
in interface TransformationContext
public String getTransformerConfiguration()
TransformationContext
getTransformerConfiguration
in interface TransformationContext
public File getTransformerDirectory()
TransformationContext
getTransformerDirectory
in interface TransformationContext
public EnumTransformationType getTransformationType()
TransformationContext
EnumTransformationType.NEW
when transformation is invoked
by calling Transformer.transformNewGraph()
and
EnumTransformationType.EXISTING
when invoked by Transformer.transformExistingGraph()
.getTransformationType
in interface TransformationContext
Copyright © 2013. All Rights Reserved.