|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidArgumentException | |
|---|---|
| org.apache.commons.cli2.validation | Provides classes and interfaces for validating argument values. |
| Uses of InvalidArgumentException in org.apache.commons.cli2.validation |
|---|
| Methods in org.apache.commons.cli2.validation that throw InvalidArgumentException | |
|---|---|
void |
NumberValidator.validate(List values)
Validate the list of values against the list of permitted values. |
void |
Validator.validate(List values)
Validate the specified values (List of Strings). |
void |
UrlValidator.validate(List values)
Validate the list of values against the list of permitted values. |
void |
FileValidator.validate(List values)
Validate the list of values against the list of permitted values. |
void |
EnumValidator.validate(List values)
Validate the list of values against the list of permitted values. |
void |
DateValidator.validate(List values)
Validate each String value in the specified List against this instances permitted DateFormats. |
void |
ClassValidator.validate(List values)
Validate each argument value in the specified List against this instances permitted attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||