Class CollectDeployedsOfTypesContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>
- java.lang.Object
-
- com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor<D>
-
- Direct Known Subclasses:
AbstractReferencedWebserverContributor,GlobalWebServerPluginConfigurationContributor,TestDatasourceContributor,UpdateJaasAliasContributor
public abstract class CollectDeployedsOfTypesContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classCollectDeployedsOfTypesContributor.TypedDelta
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<D>deployedsCreatedprotected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta>deployedsModifiedprotected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta>deployedsNoopprotected java.util.List<D>deployedsRemovedprotected java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type>typesOfInterest
-
Constructor Summary
Constructors Modifier Constructor Description protectedCollectDeployedsOfTypesContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed)protectedCollectDeployedsOfTypesContributor(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> typeOfDeployed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfilterDeltas(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)protected com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>isOfType()
-
-
-
Field Detail
-
typesOfInterest
protected final java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> typesOfInterest
-
deployedsCreated
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsCreated
-
deployedsModified
protected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta> deployedsModified
-
deployedsNoop
protected java.util.List<CollectDeployedsOfTypesContributor.TypedDelta> deployedsNoop
-
deployedsRemoved
protected java.util.List<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>> deployedsRemoved
-
-
Constructor Detail
-
CollectDeployedsOfTypesContributor
protected CollectDeployedsOfTypesContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed)
-
CollectDeployedsOfTypesContributor
protected CollectDeployedsOfTypesContributor(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> typeOfDeployed)
-
-