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 © 2018 JBoss by Red Hat. All rights reserved.