Module ical4j.core

Class TriggerValidator

java.lang.Object
net.fortuna.ical4j.validate.property.TriggerValidator
All Implemented Interfaces:
Serializable, Validator<Trigger>

@Deprecated public class TriggerValidator extends Object implements Validator<Trigger>
See Also:
  • Constructor Details

    • TriggerValidator

      public TriggerValidator()
      Deprecated.
  • Method Details

    • validate

      public ValidationResult validate(Trigger 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<Trigger>
      Parameters:
      target - the target of validation
      Returns:
      the result of validation applied to the specified target
      Throws:
      ValidationException - indicates validation failure (implementation-specific)