org.mule.config.spring.util
Class SystemPropertyInitializingBean

java.lang.Object
  extended by 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  Log logger
           
 
Constructor Summary
SystemPropertyInitializingBean()
           
 
Method Summary
 void afterPropertiesSet()
          Sets the system properties
 void setSystemProperties(Map<String,String> systemProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Log logger
Constructor Detail

SystemPropertyInitializingBean

public SystemPropertyInitializingBean()
Method Detail

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-2012 MuleSoft, Inc.. All Rights Reserved.