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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.generic.planning.SingleTypeContributor.IsSubtypeOf
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.IsSubtypeOf
extends java.lang.Object
implements com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>


Constructor Summary
protected SingleTypeContributor.IsSubtypeOf(com.xebialabs.deployit.plugin.api.reflect.Type typeToMatch)
           
 
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.IsSubtypeOf

protected SingleTypeContributor.IsSubtypeOf(com.xebialabs.deployit.plugin.api.reflect.Type typeToMatch)
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>