Class VTimeZoneValidator
- java.lang.Object
-
- net.fortuna.ical4j.validate.ComponentValidator<VTimeZone>
-
- net.fortuna.ical4j.validate.component.VTimeZoneValidator
-
- All Implemented Interfaces:
Serializable
,Validator<VTimeZone>
public class VTimeZoneValidator extends ComponentValidator<VTimeZone>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VTimeZoneValidator(ValidationRule... rules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(VTimeZone target)
Validates the associated model against an applicable standard.-
Methods inherited from class net.fortuna.ical4j.validate.ComponentValidator
assertNone, assertOneOrLess
-
-
-
-
Constructor Detail
-
VTimeZoneValidator
public VTimeZoneValidator(ValidationRule... rules)
-
-
Method Detail
-
validate
public void validate(VTimeZone target) throws ValidationException
Description copied from interface:Validator
Validates the associated model against an applicable standard.- Specified by:
validate
in interfaceValidator<VTimeZone>
- Overrides:
validate
in classComponentValidator<VTimeZone>
- Throws:
ValidationException
- where the model does not confirm to the applicable standard
-
-