com.atlassian.config
Interface ConfigElement
- All Known Implementing Classes:
- AbstractConfigElement, Dom4jXmlListConfigElement, Dom4jXmlMapConfigElement, Dom4jXmlMapEntryConfigElement, Dom4jXmlStringConfigElement
public interface ConfigElement
Created by IntelliJ IDEA.
User: ROSS
Date: 16/03/2004
Time: 10:44:27
To change this template use File | Settings | File Templates.
getPropertyName
String getPropertyName()
getObjectClass
Class getObjectClass()
setPropertyName
void setPropertyName(String name)
getContext
Object getContext()
setContext
void setContext(Object context)
save
void save(Object object)
throws ConfigurationException
- Throws:
ConfigurationException
load
Object load()
throws ConfigurationException
- Throws:
ConfigurationException