public class ExtendedPropertyConfigurator extends PropertyConfigurator implements Startable
<component>
<key>ExtendedPropertyConfigurator</key>
<type>org.exoplatform.container.ExtendedPropertyConfigurator</type>
<init-params>
<properties-param>
<name>MyPropertySet1</name>
<property name="myproperty" value="myvalue" />
</properties-param>
<properties-param profile="myProfile">
<name>MyPropertySet1</name>
<property name="myproperty" value="myvalue2" />
</properties-param>
<properties-param>
<name>MyPropertySet1</name>
<property name="myproperty2" value="myothervalue" />
</properties-param>
<values-param>
<name>properties.urls</name>
<value>cloud.properties</value>
<value>cluster.properties</value>
</values-param>
</init-params>
</component>
| Constructor and Description |
|---|
ExtendedPropertyConfigurator(InitParams params,
ConfigurationManager confManager)
Constructor used by ExoContainer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
public ExtendedPropertyConfigurator(InitParams params, ConfigurationManager confManager)
params - confManager - public void start()
start in interface Startablestart in class PropertyConfiguratorpublic void stop()
Disposable if you need a single call at the definite end of the lifecycle.stop in interface Startablestop in class PropertyConfiguratorCopyright © 2020 eXo Platform SAS. All Rights Reserved.