org.sakaiproject.component.impl
Class DynamicDefaultSakaiProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.sakaiproject.component.impl.DynamicDefaultSakaiProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class DynamicDefaultSakaiProperties
extends Properties

Handle any default sakai.properties values that need to be set dynamically.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
DynamicDefaultSakaiProperties()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicDefaultSakaiProperties

public DynamicDefaultSakaiProperties()
Method Detail

init

public void init()


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