| Constructor and Description |
|---|
StringNotEmptyValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
String value)
Validates if the value value the of provided configuration parameter name is a non-empty
String |
public void validate(String name, String value) throws ValidationException
Stringvalidate in interface Validator<String>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 String or is empty.Copyright © 2022. All rights reserved.