net.ctdp.rfdynhud.util
Class ResourceManager

java.lang.Object
  extended by net.ctdp.rfdynhud.util.ResourceManager

public class ResourceManager
extends java.lang.Object

Author:
Marvin Froehlich (CTDP)

Constructor Summary
ResourceManager()
           
 
Method Summary
static java.net.URL getDataDirectory()
           
static java.net.URL getDataResource(java.lang.String name)
           
static boolean isJarMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManager

public ResourceManager()
Method Detail

isJarMode

public static final boolean isJarMode()

getDataDirectory

public static java.net.URL getDataDirectory()

getDataResource

public static java.net.URL getDataResource(java.lang.String name)