Class TriggerValidator
- java.lang.Object
-
- net.fortuna.ical4j.validate.property.DatePropertyValidator<T>
-
- net.fortuna.ical4j.validate.property.UtcPropertyValidator<Trigger>
-
- net.fortuna.ical4j.validate.property.TriggerValidator
-
- All Implemented Interfaces:
Serializable
,Validator<Trigger>
public class TriggerValidator extends UtcPropertyValidator<Trigger>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TriggerValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(Trigger target)
Validates the target content by applying validation rules.
-
-
-
Method Detail
-
validate
public void validate(Trigger target) throws ValidationException
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 interfaceValidator<Trigger>
- Overrides:
validate
in classUtcPropertyValidator<Trigger>
- Throws:
ValidationException
- indicates validation failure (implementation-specific)
-
-