public interface Validator
| Modifier and Type | Interface and Description |
|---|---|
static class |
Validator.TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String value)
Validate if the given value is acceptable.
|
void validate(String value) throws IllegalArgumentException
value - value to testIllegalArgumentException - if the value is invalidCopyright © 2019 The Apache Software Foundation. All Rights Reserved.