com.mymed.properties
Class PropertiesManager

java.lang.Object
  extended by com.mymed.properties.PropertiesManager

public class PropertiesManager
extends java.lang.Object

Manager for the properties file of mymed

It is implemented as a singleton, and there is a cache that stores

Author:
Milo Casagrande

Method Summary
static PropertiesManager getInstance()
           
 IProperties getManager(IPropType value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PropertiesManager getInstance()

getManager

public IProperties getManager(IPropType value)