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