@Internal public interface

PropertyPersister

com.atlassian.jira.admin.PropertyPersister
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

SPI interface used by clients of RenderablePropertyImpl that wish to have persistence back ends other than the JIRA application properties.

Summary

Public Methods
String load()
Returns the saved value.
void save(String value)
Saves a new value.

Public Methods

public String load ()

Returns the saved value.

Returns
  • a String containing the saved value

public void save (String value)

Saves a new value.

Parameters
value a String containing the value to save