|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.config.properties.PropertiesManager
public class PropertiesManager
Constructor Summary | |
---|---|
PropertiesManager()
|
Method Summary | |
---|---|
static PropertiesManager |
getInstance()
Deprecated. Declare a constructor dependency for dependency injection by PICO, or if absolutely needed in a static context use ComponentManager.getComponent(PropertiesManager.class) instead |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet()
Get the property set |
com.atlassian.util.concurrent.Supplier<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 |
refresh()
Refresh the properties from the database |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesManager()
Method Detail |
---|
@Deprecated public static PropertiesManager getInstance()
public com.opensymphony.module.propertyset.PropertySet getPropertySet()
public com.atlassian.util.concurrent.Supplier<com.opensymphony.module.propertyset.PropertySet> getPropertySetReference()
public void refresh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |