public class CalendarValidatorImpl extends java.lang.Object implements Validator<Calendar>
Modifier and Type | Class and Description |
---|---|
static class |
CalendarValidatorImpl.AddValidator |
static class |
CalendarValidatorImpl.CancelValidator |
static class |
CalendarValidatorImpl.CounterValidator |
static class |
CalendarValidatorImpl.DeclineCounterValidator |
static class |
CalendarValidatorImpl.PublishValidator |
static class |
CalendarValidatorImpl.RefreshValidator |
static class |
CalendarValidatorImpl.ReplyValidator |
static class |
CalendarValidatorImpl.RequestValidator |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Class<? extends Property>> |
calendarProperties |
Constructor and Description |
---|
CalendarValidatorImpl(ValidationRule... rules) |
Modifier and Type | Method and Description |
---|---|
void |
validate(Calendar target)
Validates the associated model against an applicable standard.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assertFalse
protected final java.util.List<java.lang.Class<? extends Property>> calendarProperties
public CalendarValidatorImpl(ValidationRule... rules)
public void validate(Calendar target) throws ValidationException
Validator
validate
in interface Validator<Calendar>
ValidationException
- where the model does not confirm to the applicable standard