Class VFreeBusyValidator

java.lang.Object
net.fortuna.ical4j.validate.component.VFreeBusyValidator
All Implemented Interfaces:
Serializable, Validator<VFreeBusy>

@Deprecated public class VFreeBusyValidator extends Object implements Validator<VFreeBusy>
Deprecated.
See Also:
  • Constructor Details

    • VFreeBusyValidator

      public VFreeBusyValidator()
      Deprecated.
  • Method Details

    • validate

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