org.sakaiproject.util
Class SakaiPropertyPromoter

java.lang.Object
  extended by org.sakaiproject.util.SakaiPropertyPromoter

public class SakaiPropertyPromoter
extends Object

Some Sakai properties have traditionally also been exposed as Java system properties. This is a simple utility class to handle that chore.


Constructor Summary
SakaiPropertyPromoter()
           
 
Method Summary
 void init()
           
 void setSakaiProperties(SakaiProperties sakaiProperties)
           
 void setSakaiPropertyToSystemPropertyMap(Map<String,String> sakaiPropertyToSystemPropertyMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SakaiPropertyPromoter

public SakaiPropertyPromoter()
Method Detail

init

public void init()

setSakaiProperties

public void setSakaiProperties(SakaiProperties sakaiProperties)

setSakaiPropertyToSystemPropertyMap

public void setSakaiPropertyToSystemPropertyMap(Map<String,String> sakaiPropertyToSystemPropertyMap)


Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.