public interface Configuration
extends java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
checkConfiguration()
Checks the current state of the configuration.
|
java.lang.String |
getTypeIdentifier()
Returns a unique identifier for this configuration type.
|
java.lang.String getTypeIdentifier()
void checkConfiguration()
throws ConfigurationException
ConfigurationException is thrown describing the error, and what has to be changed in the configuration, by the user,
such that it becomes valid. This error can then e.g. be displayed to the user
(see ConfigurationAddonTools.displayConfigurationInvalid(ConfigurationException, YouScopeClient).ConfigurationException