@Component
public class DeployedPropertySetter
extends java.lang.Object
| Constructor and Description |
|---|
DeployedPropertySetter(com.xebialabs.deployit.repository.RepositoryService repository,
TypeCalculator typeCalculator,
com.xebialabs.deployit.ServerConfiguration serverConfiguration) |
| 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(com.xebialabs.deployit.repository.RepositoryService repository,
TypeCalculator typeCalculator,
com.xebialabs.deployit.ServerConfiguration serverConfiguration)
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)