| Constructor and Description |
|---|
DirectoryWritableValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
File value)
Validates the value value the of provided configuration parameter name
|
public void validate(String name, File value) throws ValidationException
Validatorvalidate in interface Validator<File>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.