| Package | Description |
|---|---|
| org.sonar.sslr.toolkit |
| Modifier and Type | Method and Description |
|---|---|
static ValidationCallback |
Validators.booleanValidator()
Validates that the property holds a boolean value, i.e.
|
static ValidationCallback |
Validators.charsetValidator()
Validates that the property holds a valid
Charset name. |
static ValidationCallback |
Validators.integerRangeValidator(int lowerBound,
int upperBound)
Validates that the property holds an integer within the given lower and upper bounds.
|
| Constructor and Description |
|---|
ConfigurationProperty(String name,
String description,
String defaultValue,
ValidationCallback validationCallback) |
Copyright © 2010–2015 SonarSource. All rights reserved.