| Constructor and Description |
|---|
URIAbsoluteValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
URI value)
Validates if the value value the of provided configuration parameter name is an absolute
URI. |
public void validate(String name, URI value) throws ValidationException
URI.validate in interface Validator<URI>name - The name of the configuration parametervalue - The value of the configuration validatorValidationException - If the value value configuration parameter name can't be parsed
as a URI or is not absolute.Copyright © 2022. All rights reserved.