public class ApplicationContextNameInjector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.xebialabs.deployit.plugin.api.reflect.Type |
APPLICATION_CONTEXT_TYPE |
| Constructor and Description |
|---|
ApplicationContextNameInjector() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Iterable<ContextElement<?>> |
findAllContextElementsTargetedToApplicationContexts(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas) |
protected static java.lang.Iterable<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
findContextWarModulesTargetedToVirtualHost(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas) |
protected void |
injectContextIntoContextElementsUsingWar(com.xebialabs.deployit.plugin.api.deployment.specification.Delta warModuleDelta,
java.lang.Iterable<ContextElement<?>> contextElements) |
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
injectContextNameInToContextElements(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec) |
protected void |
injectContextNameIntoContextElementsUsingWarResolution(java.lang.Iterable<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> warModules,
java.lang.Iterable<ContextElement<?>> contextElements) |
protected void |
validateAllContextElementsTargetedToApplicationContextHasCtxNameSet(java.lang.Iterable<ContextElement<?>> contextElements) |
public static final com.xebialabs.deployit.plugin.api.reflect.Type APPLICATION_CONTEXT_TYPE
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> injectContextNameInToContextElements(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)
protected void injectContextNameIntoContextElementsUsingWarResolution(java.lang.Iterable<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> warModules,
java.lang.Iterable<ContextElement<?>> contextElements)
protected void validateAllContextElementsTargetedToApplicationContextHasCtxNameSet(java.lang.Iterable<ContextElement<?>> contextElements)
protected void injectContextIntoContextElementsUsingWar(com.xebialabs.deployit.plugin.api.deployment.specification.Delta warModuleDelta,
java.lang.Iterable<ContextElement<?>> contextElements)
protected java.lang.Iterable<ContextElement<?>> findAllContextElementsTargetedToApplicationContexts(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
protected static java.lang.Iterable<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> findContextWarModulesTargetedToVirtualHost(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)