|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModuleConfigurationStore
Configuration data store for plugin modules.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||