org.mule.config.spring.util
Class SystemPropertyInitializingBean
java.lang.Object
org.mule.config.spring.util.SystemPropertyInitializingBean
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class SystemPropertyInitializingBean
- extends Object
- implements org.springframework.beans.factory.InitializingBean
Sets system properties from the configured list.
|
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected org.apache.commons.logging.Log logger
SystemPropertyInitializingBean
public SystemPropertyInitializingBean()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Sets the system properties
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
setSystemProperties
public void setSystemProperties(Map<String,String> systemProperties)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.