java.lang.Object
net.fortuna.ical4j.validate.AbstractValidator<T>
net.fortuna.ical4j.validate.ComponentValidator<VEvent>
net.fortuna.ical4j.validate.component.VEventValidator
- All Implemented Interfaces:
Serializable,ContentValidator<Property>,Validator<VEvent>
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class net.fortuna.ical4j.validate.ComponentValidator
AVAILABLE, NO_ALARMS, OBSERVANCE_ITIP, PARTICIPANT, VALARM_AUDIO, VALARM_DISPLAY, VALARM_EMAIL, VALARM_ITIP, VAVAILABILITY, VEVENT, VFREEBUSY, VJOURNAL, VLOCATION, VRESOURCE, VTIMEZONE, VTODO, VVENUEFields inherited from interface net.fortuna.ical4j.validate.ContentValidator
ASSERT_NONE_MESSAGE, ASSERT_ONE_MESSAGE, ASSERT_ONE_OR_LESS_MESSAGE, ASSERT_ONE_OR_MORE_MESSAGE -
Constructor Summary
ConstructorsConstructorDescriptionVEventValidator(boolean alarmsAllowed, ValidationRule<VEvent>... rules) Deprecated.VEventValidator(ValidationRule<VEvent>... rules) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Validates the target content by applying validation rules.Methods inherited from class net.fortuna.ical4j.validate.ComponentValidator
assertNone, assertOneOrLess
-
Constructor Details
-
VEventValidator
Deprecated. -
VEventValidator
Deprecated.
-
-
Method Details
-
validate
Deprecated.Description copied from interface:ValidatorValidates the target content by applying validation rules. When content fails validation the validator may throw an exception depending on the implementation.- Specified by:
validatein interfaceValidator<VEvent>- Overrides:
validatein classComponentValidator<VEvent>- Parameters:
target- the target of validation- Returns:
- the result of validation applied to the specified target
- Throws:
ValidationException- indicates validation failure (implementation-specific)
-