Package net.dpml.cli.validation

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.
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.
 

Exception Summary
InvalidArgumentException An exception indicating validation failure.
 

Package net.dpml.cli.validation Description

Provides classes and interfaces for validating argument values. These classes are capable of validating argument values of the following type: