Class ReferenceValidator

All Implemented Interfaces:
Validator, PluginAware, Configurable, LogEnabled, Serviceable

This is an implementation of DefaultValidator for Reference.
  • Constructor Details

    • ReferenceValidator

      Default constructor for avalon
    • ReferenceValidator

      public ReferenceValidator(String regexp, boolean mandatory)
      Manual constructor
      Parameters:
      regexp - The regexp to check or null
      mandatory - Is the value mandatory
    • ReferenceValidator

      public ReferenceValidator(String regexp, I18nizableText invalidText, boolean mandatory)
      Manual constructor
      Parameters:
      regexp - The regexp to check or null
      invalidText - The error text to display
      mandatory - Is the value mandatory
  • Method Details