Class RegexConstraint

java.lang.Object
org.ocpsoft.rewrite.param.RegexConstraint
All Implemented Interfaces:
Constraint<String>, ParameterConfigurator

public class RegexConstraint extends Object implements Constraint<String>
Defines a Constraint using a regular expression.
Author:
Lincoln Baxter, III