public class PropertiesManager extends Object
Constructor and Description |
---|
PropertiesManager(BackingPropertySetManager propertySetManager) |
Modifier and Type | Method and Description |
---|---|
com.opensymphony.module.propertyset.PropertySet |
getPropertySet() |
com.atlassian.util.concurrent.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> |
getPropertySetReference()
Get a reference for when you need to look at the properties for a longer period of time.
|
void |
onDatabaseConfigured()
Called to indicate the database has been set up this causes the switch to a db-backed PropertySet
|
void |
refresh()
Refresh the properties from the database.
|
public PropertiesManager(BackingPropertySetManager propertySetManager)
public com.opensymphony.module.propertyset.PropertySet getPropertySet()
public com.atlassian.util.concurrent.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> getPropertySetReference()
public void refresh()
public void onDatabaseConfigured()
Copyright © 2002-2016 Atlassian. All Rights Reserved.