Package net.dpml.cli.validation
Provides classes and interfaces for validating argument values.
Validator | The validation interface for validating argument values(s). |
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. |
Provides classes and interfaces for validating argument values.
These classes are capable of validating argument values of the following type:
- file/directory
- number
- date/time
- URL
- enumeration
- class