public class DefaultConfigurationSource extends Object implements org.xwiki.configuration.ConfigurationSource
| Constructor and Description |
|---|
DefaultConfigurationSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
List<String> |
getKeys() |
<T> T |
getProperty(String key) |
<T> T |
getProperty(String key,
Class<T> valueClass) |
<T> T |
getProperty(String key,
T defaultValue) |
boolean |
isEmpty() |
public <T> T getProperty(String key, T defaultValue)
getProperty in interface org.xwiki.configuration.ConfigurationSourcepublic <T> T getProperty(String key, Class<T> valueClass)
getProperty in interface org.xwiki.configuration.ConfigurationSourcepublic <T> T getProperty(String key)
getProperty in interface org.xwiki.configuration.ConfigurationSourcepublic List<String> getKeys()
getKeys in interface org.xwiki.configuration.ConfigurationSourcepublic boolean containsKey(String key)
containsKey in interface org.xwiki.configuration.ConfigurationSourcepublic boolean isEmpty()
isEmpty in interface org.xwiki.configuration.ConfigurationSourceCopyright © 2003–2020 eXo Platform SAS. All rights reserved.