public abstract class AbstractConfigurationPersister extends Object implements ConfigurationPersister
| Constructor and Description |
|---|
AbstractConfigurationPersister() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigElement(Object item,
String propertyName) |
void |
addConfigElement(Object item,
String propertyName,
Object context) |
void |
addConfigMapping(Class<?> propertyType,
Class<?> configType) |
Object |
getConfigElement(Class propertyType,
String propertyName) |
Object |
getConfigElement(Class propertyType,
String propertyName,
Object context) |
abstract Object |
getRootContext() |
String |
getStringConfigElement(String propertyName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, load, load, savepublic void addConfigMapping(Class<?> propertyType, Class<?> configType)
addConfigMapping in interface ConfigurationPersisterpublic abstract Object getRootContext()
public void addConfigElement(Object item, String propertyName) throws ConfigurationException
addConfigElement in interface ConfigurationPersisterConfigurationExceptionpublic Object getConfigElement(Class propertyType, String propertyName) throws ConfigurationException
getConfigElement in interface ConfigurationPersisterConfigurationExceptionpublic String getStringConfigElement(String propertyName) throws ConfigurationException
getStringConfigElement in interface ConfigurationPersisterConfigurationExceptionpublic void addConfigElement(Object item, String propertyName, Object context) throws ConfigurationException
ConfigurationExceptionpublic Object getConfigElement(Class propertyType, String propertyName, Object context) throws ConfigurationException
ConfigurationExceptionCopyright © 2006–2024 Atlassian. All rights reserved.