Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOption.addValidator(String key,
ConfigurationValidator validator) |
void |
ConfigurationOption.removeValidator(ConfigurationValidator validator) |
Modifier and Type | Method and Description |
---|---|
ConfigurationValidator |
ConfigurationValidatorFactory.create() |
Modifier and Type | Class and Description |
---|---|
class |
DoubleMinMaxValidator |
class |
DoubleValidator
This validator class checks whether the value is of type double or not.
|
class |
IntegerValidator
This validator class checks whether the value is of type int or not.
|
class |
IntMinMaxValidator |
class |
RegExpValidator
This validator let you define a regular expression and cheks whether the
value fits this expression or not.
|
class |
URLValidator |
Copyright © 2018 universAAL Consortium. All rights reserved.