public class PropertyManagerManaged extends Object implements 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()
Start this component.
|
void |
stop()
Stop this component.
|
public boolean isDevelopping()
public static boolean getUseCache()
public static void refresh()
public void start()
Startablepublic void stop()
StartableDisposable if you need a single call at the definite end of the lifecycle.Copyright © 2020 eXo Platform SAS. All Rights Reserved.