com.xebialabs.deployit.test.deployment
Class SimpleReplacer

java.lang.Object
  extended by com.xebialabs.deployit.test.deployment.SimpleReplacer
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.artifact.PlaceholderReplacer

public class SimpleReplacer
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.udm.artifact.PlaceholderReplacer


Constructor Summary
SimpleReplacer()
           
 
Method Summary
 void replace(java.io.Reader in, java.io.Writer out, java.util.Map<java.lang.String,java.lang.String> resolution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleReplacer

public SimpleReplacer()
Method Detail

replace

public void replace(java.io.Reader in,
                    java.io.Writer out,
                    java.util.Map<java.lang.String,java.lang.String> resolution)
Specified by:
replace in interface com.xebialabs.deployit.plugin.api.udm.artifact.PlaceholderReplacer