@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| ConfigurationModel |
This interface is used to pass configuration properties to the Toolkit.
|
| ValidationCallback |
This interface is used to validate values that are to be assigned to configuration properties.
|
| Class | Description |
|---|---|
| AbstractConfigurationModel |
This class provides an default optimized implementation of the
ConfigurationModel interface. |
| ConfigurationProperty |
This class represents a configuration property, which is made of a name, a description (which may be empty),
a default value, and optionnally a validation callback.
|
| Toolkit | |
| Validators |
Provides a few handy configuration property validators out-of-the-box.
|
Copyright © 2010–2015 SonarSource. All rights reserved.