org.raml.model.validation
Class MaxLengthValidation

java.lang.Object
  extended by org.raml.model.validation.MaxLengthValidation
All Implemented Interfaces:
Validation

public class MaxLengthValidation
extends Object
implements Validation


Constructor Summary
MaxLengthValidation(int maxLength)
           
 
Method Summary
 boolean check(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxLengthValidation

public MaxLengthValidation(int maxLength)
Method Detail

check

public boolean check(String input)
Specified by:
check in interface Validation


Copyright © 2013. All rights reserved.