Class RegexPrimitiveRule

All Implemented Interfaces:
PrimitiveTypeRule, Rule<String>, Serializable

Deprecated.
A PrimitiveTypeRule that validates primitive values using a regular expression.
Version:
$Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:40 $ by $Author: jamesagnew $
Author:
Bryan Tripp
See Also:
  • Constructor Details

    • RegexPrimitiveRule

      public RegexPrimitiveRule(String theRegex, String theSectionReference)
      Deprecated.
      Parameters:
      theRegex - a regular expression against which to validate primitive values
      theSectionReference - to be returned by getSectionReference()
  • Method Details