com.xebialabs.deployit.plugin.tomcat.processor
Class CommonContextNameInjector
java.lang.Object
com.xebialabs.deployit.plugin.tomcat.processor.CommonContextNameInjector
public class CommonContextNameInjector
- extends java.lang.Object
|
Method Summary |
protected java.lang.Iterable<ContextElement<?>> |
extractContextElements(java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> abstractDeployeds)
|
protected java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> |
findDeployedsTargetedToCommonContexts(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
|
protected void |
injectCommonContextNameIntoContextElements(java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> abstractDeployeds)
|
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
injectContextNameInToContextElements(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMON_CONTEXT_TYPE
public static final com.xebialabs.deployit.plugin.api.reflect.Type COMMON_CONTEXT_TYPE
CommonContextNameInjector
public CommonContextNameInjector()
injectContextNameInToContextElements
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> injectContextNameInToContextElements(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)
injectCommonContextNameIntoContextElements
protected void injectCommonContextNameIntoContextElements(java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> abstractDeployeds)
extractContextElements
protected java.lang.Iterable<ContextElement<?>> extractContextElements(java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> abstractDeployeds)
findDeployedsTargetedToCommonContexts
protected java.lang.Iterable<com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<?>> findDeployedsTargetedToCommonContexts(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)