Class DefaultPluginPersistentState

java.lang.Object
com.atlassian.plugin.manager.DefaultPluginPersistentState
All Implemented Interfaces:
PluginPersistentState, StoredPluginState, Serializable

public final class DefaultPluginPersistentState extends Object implements Serializable, PluginPersistentState
Immutable implementation of the PluginPersistentState interface.

The state stored in this object represents changes done by a user to the plugin's state. If "getPluginState()" or "getPluginModuleState()" return null, then the manager should assume that the default state applies instead.

See Also: