net.dpml.cli.validation
public interface Validator
Version: @PROJECT-VERSION@
Method Summary | |
---|---|
void | validate(List values)
Validate the specified values (List of Strings).
|
Parameters: values The values to validate.
Throws: InvalidArgumentException If any of the specified values are not valid.