public abstract class SingleTypeContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
SingleTypeContributor.TypedDelta |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<D> |
deployedsCreated |
protected java.util.List<SingleTypeContributor.TypedDelta> |
deployedsModified |
protected java.util.List<SingleTypeContributor.TypedDelta> |
deployedsNoop |
protected java.util.List<D> |
deployedsRemoved |
protected com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
isOfType |
| Modifier | Constructor and Description |
|---|---|
protected |
SingleTypeContributor(java.lang.Class<? extends D> classOfDeployed) |
protected |
SingleTypeContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
filterDeltas(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas) |
protected final com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> isOfType
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsCreated
protected java.util.List<SingleTypeContributor.TypedDelta> deployedsModified
protected java.util.List<SingleTypeContributor.TypedDelta> deployedsNoop
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsRemoved
protected SingleTypeContributor(java.lang.Class<? extends D> classOfDeployed)
protected SingleTypeContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed)