Package net.fortuna.ical4j.validate
Class CalendarValidatorImpl
java.lang.Object
net.fortuna.ical4j.validate.CalendarValidatorImpl
- All Implemented Interfaces:
Serializable,Validator<Calendar>
Created by fortuna on 13/09/15.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidates the target content by applying validation rules.
-
Field Details
-
calendarProperties
-
-
Constructor Details
-
CalendarValidatorImpl
-
-
Method Details
-
validate
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<Calendar>- Parameters:
target- the target of validation- Returns:
- the result of validation applied to the specified target
- Throws:
ValidationException- indicates validation failure (implementation-specific)
-