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.io.File getRFDynHUD_Jar()
           
static java.io.File getRFDynHUDEditor_Jar()
           
static boolean isCompleteIDEMode()
           
static boolean isIDEMode()
           
static void update()
           
 
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

update

public static final void update()

isCompleteIDEMode

public static final boolean isCompleteIDEMode()

isIDEMode

public static final boolean isIDEMode()

getRFDynHUD_Jar

public static final java.io.File getRFDynHUD_Jar()

getRFDynHUDEditor_Jar

public static final java.io.File getRFDynHUDEditor_Jar()