| Interface | Description |
|---|---|
| Validator<T> |
Validator that can validate some aspect of a component's model, and
indicate problems to the user.
|
| Class | Description |
|---|---|
| AbstractValidator<T> |
Convenience base class for validators.
|
| Problem |
Represents a problem produced by a validator.
|
| Problems |
A collection of problems, to which a Validator can add additional problems.
|
| ValidatorUtils |
Some utilities for manipulating and creating new Validators, useful in many situations.
|
| Enum | Description |
|---|---|
| Severity |
enum indicating
Severity, used for classifying Problem instances. |