org.raml.model.validation
Class PatternValidation

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

public class PatternValidation
extends Object
implements Validation


Constructor Summary
PatternValidation(String pattern)
           
 
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

PatternValidation

public PatternValidation(String pattern)
Method Detail

check

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


Copyright © 2013. All rights reserved.