org.jwaf.core
Class ResourceManager

java.lang.Object
  |
  +--org.jwaf.core.ResourceManager

public class ResourceManager
extends java.lang.Object

This singleton class manages references to application wide (scarce) resources.


Method Summary
static ResourceManager getInstance()
          Get singleton instance of ResourceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ResourceManager getInstance()
Get singleton instance of ResourceManager
Returns:
Singleton instance of ResourceManager