Class DatePropertyValidator<T extends DateProperty>

java.lang.Object
net.fortuna.ical4j.validate.property.DatePropertyValidator<T>
All Implemented Interfaces:
Serializable, Validator<T>
Direct Known Subclasses:
UtcPropertyValidator

@Deprecated public class DatePropertyValidator<T extends DateProperty> extends Object implements Validator<T>
Deprecated.
See Also:
  • Constructor Details

    • DatePropertyValidator

      public DatePropertyValidator()
      Deprecated.
  • Method Details

    • validate

      public ValidationResult validate(T target) throws ValidationException
      Deprecated.
      Description copied from interface: Validator
      Validates the target content by applying validation rules. When content fails validation the validator may throw an exception depending on the implementation.
      Specified by:
      validate in interface Validator<T extends DateProperty>
      Parameters:
      target - the target of validation
      Returns:
      the result of validation applied to the specified target
      Throws:
      ValidationException - indicates validation failure (implementation-specific)