com.xebialabs.deployit.plugin.cloud.step.plan
Class SingleStepFilter

java.lang.Object
  extended by com.xebialabs.deployit.plugin.cloud.step.plan.SingleStepFilter
All Implemented Interfaces:
com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.flow.Step>

public class SingleStepFilter
extends java.lang.Object
implements com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.flow.Step>


Constructor Summary
SingleStepFilter(java.util.Collection<? extends com.xebialabs.deployit.plugin.api.flow.Step> presentSteps)
           
 
Method Summary
 boolean apply(com.xebialabs.deployit.plugin.api.flow.Step s)
           
 
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

SingleStepFilter

public SingleStepFilter(java.util.Collection<? extends com.xebialabs.deployit.plugin.api.flow.Step> presentSteps)
Method Detail

apply

public boolean apply(com.xebialabs.deployit.plugin.api.flow.Step s)
Specified by:
apply in interface com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.flow.Step>