Class VAvailabilityValidator
- java.lang.Object
-
- net.fortuna.ical4j.validate.component.VAvailabilityValidator
-
- All Implemented Interfaces:
Serializable
,Validator<VAvailability>
@Deprecated public class VAvailabilityValidator extends Object implements Validator<VAvailability>
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VAvailabilityValidator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ValidationResult
validate(VAvailability target)
Deprecated.Validates the target content by applying validation rules.
-
-
-
Method Detail
-
validate
public ValidationResult validate(VAvailability target) throws ValidationException
Deprecated.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<VAvailability>
- Parameters:
target
- the target of validation- Returns:
- the result of validation applied to the specified target
- Throws:
ValidationException
- indicates validation failure (implementation-specific)
-
-