C G I O S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- ConfigurationSaveException - Exception in org.xwiki.configuration
-
Exception raised when an error occurs during setting of a property.
- ConfigurationSaveException(String) - Constructor for exception org.xwiki.configuration.ConfigurationSaveException
-
Constructs a new exception with the specified detail message.
- ConfigurationSaveException(String, Throwable) - Constructor for exception org.xwiki.configuration.ConfigurationSaveException
-
Constructs a new exception with the specified detail message and cause.
- ConfigurationSource - Interface in org.xwiki.configuration
- containsKey(String) - Method in interface org.xwiki.configuration.ConfigurationSource
- ConversionException - Exception in org.xwiki.configuration
-
Raised when a property of a given type is retrieved as a property of another type (eg trying to get a String property as a Boolean).
- ConversionException(String) - Constructor for exception org.xwiki.configuration.ConversionException
-
Construct a new Exception with the specified detail message.
- ConversionException(String, Throwable) - Constructor for exception org.xwiki.configuration.ConversionException
-
Construct a new Exception with the specified detail message and cause.
G
- getKeys() - Method in interface org.xwiki.configuration.ConfigurationSource
- getProperty(String) - Method in interface org.xwiki.configuration.ConfigurationSource
- getProperty(String, Class<T>) - Method in interface org.xwiki.configuration.ConfigurationSource
- getProperty(String, Class<T>, T) - Method in interface org.xwiki.configuration.ConfigurationSource
- getProperty(String, T) - Method in interface org.xwiki.configuration.ConfigurationSource
I
- isEmpty() - Method in interface org.xwiki.configuration.ConfigurationSource
O
- org.xwiki.configuration - package org.xwiki.configuration
S
- setProperties(Map<String, Object>) - Method in interface org.xwiki.configuration.ConfigurationSource
All Classes All Packages