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 Object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CollectDeployedsOfTypesContributor<D>.TypedDelta>protected List<CollectDeployedsOfTypesContributor<D>.TypedDelta>protected final List<com.xebialabs.deployit.plugin.api.reflect.Type> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCollectDeployedsOfTypesContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed) protectedCollectDeployedsOfTypesContributor(List<com.xebialabs.deployit.plugin.api.reflect.Type> typeOfDeployed) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfilterDeltas(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 Details
-
typesOfInterest
-
deployedsCreated
-
deployedsModified
protected List<CollectDeployedsOfTypesContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>.TypedDelta> deployedsModified -
deployedsNoop
protected List<CollectDeployedsOfTypesContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>.TypedDelta> deployedsNoop -
deployedsRemoved
-
-
Constructor Details
-
CollectDeployedsOfTypesContributor
protected CollectDeployedsOfTypesContributor(com.xebialabs.deployit.plugin.api.reflect.Type typeOfDeployed) -
CollectDeployedsOfTypesContributor
protected CollectDeployedsOfTypesContributor(List<com.xebialabs.deployit.plugin.api.reflect.Type> typeOfDeployed)
-
-
Method Details
-
isOfType
protected com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> isOfType() -
filterDeltas
protected void filterDeltas(List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
-