@Component
public class DeployedPropertySetter
extends java.lang.Object
| Constructor and Description |
|---|
DeployedPropertySetter(TypeCalculator typeCalculator,
com.xebialabs.deployit.ServerConfiguration serverConfiguration,
DefaultPropertySetter defaultPropertySetter,
FallbackPropertySetter fallbackPropertySetter) |
| Modifier and Type | Method and Description |
|---|---|
void |
setProperties(com.xebialabs.deployit.plugin.api.xld.AppliedDistribution currentDeployedApp,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution existingDeployedApp,
com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary,
java.util.Set<java.lang.String> missingPlaceholdersAggregator) |
void |
setProperties(com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<?,?> deployed,
com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<?,?> previousDeployed,
com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary,
java.util.Set<java.lang.String> missingPlaceholdersAggregator) |
@Autowired public DeployedPropertySetter(TypeCalculator typeCalculator, com.xebialabs.deployit.ServerConfiguration serverConfiguration, DefaultPropertySetter defaultPropertySetter, FallbackPropertySetter fallbackPropertySetter)
public void setProperties(com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<?,?> deployed,
com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<?,?> previousDeployed,
com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary,
java.util.Set<java.lang.String> missingPlaceholdersAggregator)
public void setProperties(com.xebialabs.deployit.plugin.api.xld.AppliedDistribution currentDeployedApp,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution existingDeployedApp,
com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary,
java.util.Set<java.lang.String> missingPlaceholdersAggregator)