public interface OptionValidator<T extends ValidatorInvocation>
Modifier and Type | Method and Description |
---|---|
void |
validate(T validatorInvocation)
Validate if the given value is valid
|
void validate(T validatorInvocation) throws OptionValidatorException
validatorInvocation
- validatorOptionValidatorException
- if not validCopyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.