public interface ModuleConfigurationStore
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getConfiguration(com.atlassian.plugin.ModuleDescriptor descriptor)
Get a plugin module's configuration data.
|
void |
putConfiguration(com.atlassian.plugin.ModuleDescriptor descriptor,
byte[] configuration)
Store configuration data for a plugin module.
|
byte[] getConfiguration(com.atlassian.plugin.ModuleDescriptor descriptor)
descriptor - the ModuleDescriptor of the plugin module we are storing the data for.void putConfiguration(com.atlassian.plugin.ModuleDescriptor descriptor,
byte[] configuration)
descriptor - the ModuleDescriptor of the plugin module we are storing the data for.configuration - the data in a byte[]. Must not be null