Class VToDoValidator
java.lang.Object
net.fortuna.ical4j.validate.AbstractValidator<T>
net.fortuna.ical4j.validate.ComponentValidator<VToDo>
net.fortuna.ical4j.validate.component.VToDoValidator
- All Implemented Interfaces:
Serializable,Validator<VToDo>
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, VVENUE -
Constructor Summary
ConstructorsConstructorDescriptionVToDoValidator(boolean alarmsAllowed, ValidationRule<VToDo>... rules) Deprecated.VToDoValidator(ValidationRule<VToDo>... 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
-
VToDoValidator
Deprecated. -
VToDoValidator
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<VToDo>- Overrides:
validatein classComponentValidator<VToDo>- Parameters:
target- the target of validation- Returns:
- the result of validation applied to the specified target
- Throws:
ValidationException- indicates validation failure (implementation-specific)
-