Package | Description |
---|---|
biweekly | |
biweekly.component |
Modifier and Type | Method and Description |
---|---|
List<ValidationWarnings.WarningsGroup> |
ValidationWarnings.getByComponent(Class<? extends ICalComponent> componentClass)
Gets all validation warnings of a given component.
|
List<ValidationWarnings.WarningsGroup> |
ValidationWarnings.getByProperty(Class<? extends ICalProperty> propertyClass)
Gets all validation warnings of a given property.
|
List<ValidationWarnings.WarningsGroup> |
ValidationWarnings.getWarnings()
Gets all the validation warnings.
|
Iterator<ValidationWarnings.WarningsGroup> |
ValidationWarnings.iterator()
Iterates over each warning group (same as calling
getWarnings().iterator() ). |
Constructor and Description |
---|
ValidationWarnings(List<ValidationWarnings.WarningsGroup> warnings)
Creates a new validation warnings list.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationWarnings.WarningsGroup> |
ICalComponent.validate(List<ICalComponent> hierarchy,
ICalVersion version)
Checks the component for data consistency problems or deviations from the
spec.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.