com.xebialabs.deployit.plugin.generic.planning
Class SingleTypeContributor.OperationEquals

java.lang.Object
  extended by com.xebialabs.deployit.plugin.generic.planning.SingleTypeContributor.OperationEquals
All Implemented Interfaces:
com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>
Enclosing class:
SingleTypeContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>

protected static class SingleTypeContributor.OperationEquals
extends java.lang.Object
implements com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>


Constructor Summary
protected SingleTypeContributor.OperationEquals(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operationToMatch)
           
 
Method Summary
 boolean apply(com.xebialabs.deployit.plugin.api.deployment.specification.Delta input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

SingleTypeContributor.OperationEquals

protected SingleTypeContributor.OperationEquals(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operationToMatch)
Method Detail

apply

public boolean apply(com.xebialabs.deployit.plugin.api.deployment.specification.Delta input)
Specified by:
apply in interface com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>