com.xebialabs.deployit.plugin.wls.validator
Class PlanLevelValidator

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.validator.PlanLevelValidator

public class PlanLevelValidator
extends java.lang.Object


Field Summary
static com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> CREATE_OR_MODIFY_QUEUE_FILTER
           
 
Constructor Summary
PlanLevelValidator()
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.flow.Step validatePlan(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_OR_MODIFY_QUEUE_FILTER

public static final com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> CREATE_OR_MODIFY_QUEUE_FILTER
Constructor Detail

PlanLevelValidator

public PlanLevelValidator()
Method Detail

validatePlan

public com.xebialabs.deployit.plugin.api.flow.Step validatePlan(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)