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
- commandCommandValidatorException
Copyright © 2020 JBoss, a division of Red Hat, Inc.. All Rights Reserved.