com.xebialabs.deployit.booter.local.validation
Class RequiredValidator

java.lang.Object
  extended by com.xebialabs.deployit.booter.local.validation.RequiredValidator
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.validation.Validator<java.lang.Object>

public final class RequiredValidator
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.validation.Validator<java.lang.Object>


Constructor Summary
RequiredValidator()
           
 
Method Summary
 void validate(java.lang.Object value, com.xebialabs.deployit.plugin.api.validation.ValidationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredValidator

public RequiredValidator()
Method Detail

validate

public void validate(java.lang.Object value,
                     com.xebialabs.deployit.plugin.api.validation.ValidationContext context)
Specified by:
validate in interface com.xebialabs.deployit.plugin.api.validation.Validator<java.lang.Object>