public interface ConfigElement<T,C>
| Modifier and Type | Method and Description |
|---|---|
C |
getContext() |
Class<T> |
getObjectClass() |
String |
getPropertyName() |
T |
load() |
void |
save(T object) |
void |
setContext(C context) |
void |
setPropertyName(String name) |
String getPropertyName()
void setPropertyName(String name)
C getContext()
void setContext(C context)
void save(T object) throws ConfigurationException
ConfigurationExceptionT load() throws ConfigurationException
ConfigurationExceptionCopyright © 2006–2024 Atlassian. All rights reserved.