Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
a1db0fca
Commit
a1db0fca
authored
May 10, 2018
by
R.W.Majeed
Browse files
getter method implemented for Anonymizer
parent
b9b87086
Changes
1
Hide whitespace changes
Inline
Side-by-side
cda-import/src/main/java/org/aktin/cda/etl/transform/TransformationFactory.java
View file @
a1db0fca
...
...
@@ -110,6 +110,9 @@ public class TransformationFactory {
public
void
setAnonymizer
(
Anonymizer
anonymizer
){
this
.
anonymizer
=
anonymizer
;
}
public
Anonymizer
getAnonymizer
()
{
return
anonymizer
;
}
public
Transformation
getTransformation
(
String
templateId
)
throws
IOException
,
TransformerConfigurationException
,
TransformerFactoryConfigurationError
{
// look in cache
Transformation
transform
=
cache
.
get
(
templateId
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment