| Constructor and Description |
|---|
PathWritableValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
Path value)
Validates the value value the of provided configuration parameter name
|
public void validate(String name, Path value) throws ValidationException
Validatorvalidate in interface Validator<Path>name - The name of the configuration parametervalue - The value of the configuration parameter. Might also be null.ValidationException - If the configuration parameter name couldn't be validatedCopyright © 2022. All rights reserved.