com.atlassian.jira.admin
Interface PropertyPersister

All Known Implementing Classes:
ApplicationPropertiesPersister

@Internal
public interface PropertyPersister

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

Since:
v5.0.7

Method Summary
 String load()
          Returns the saved value.
 void save(String value)
          Saves a new value.
 

Method Detail

load

String load()
Returns the saved value.

Returns:
a String containing the saved value
Since:
v5.0.7

save

void save(String value)
Saves a new value.

Parameters:
value - a String containing the value to save
Since:
v5.0.7


Copyright © 2002-2013 Atlassian. All Rights Reserved.