Provides classes and interfaces for validating argument values.
See: Description
| Interface Summary | |
|---|---|
| Validator | The validation interface for validating argument values(s). |
| Class Summary | |
|---|---|
| ClassValidator |
The ClassValidator validates the string argument
values are class names.
|
| DateValidator |
The DateValidator validates the argument values
are date or time value(s).
|
| EnumValidator |
The EnumValidator validates the string argument
values are valid.
|
| FileValidator |
The FileValidator validates the string argument
values are files. |
| InvalidArgumentException | An exception indicating validation failure. |
| NumberValidator |
The NumberValidator validates the string argument
values are numbers. |
| URIValidator |
The URIValidator validates the string argument
values are valid URIs. |
| URLValidator |
The URLValidator validates the string argument
values are URLs. |