public interface CommandValidator<T extends Command>
| Modifier and Type | Method and Description |
|---|---|
void |
validate(T command)
Validate that all the option values combined are valid
|
void validate(T command) throws CommandValidatorException
command - commandCommandValidatorExceptionCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.