public class PropertyManagerManaged extends Object implements org.picocontainer.Startable
PropertyManager static methods. The object does implement
the startable interface in order to trigger pico container eager initialization otherwise
it would not appear in the mbean server until someone access it but as no one is accessing it
it would never appear.| Constructor and Description |
|---|
PropertyManagerManaged() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String propertyName) |
static boolean |
getUseCache() |
boolean |
isDevelopping() |
static void |
refresh() |
static void |
setProperty(String propertyName,
String propertyValue) |
void |
start() |
void |
stop() |
public boolean isDevelopping()
public static boolean getUseCache()
public static void refresh()
public void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.StartableCopyright © 2014 eXo Platform SAS. All Rights Reserved.