INRIA & FluxMedia

fr.fluxmedia.transmorpher.Utils
Class SystemResources

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Utils.SystemResources

public class SystemResources
extends Object


Field Summary
(package private) static Locale myLocale
           
(package private) static Hashtable myResource
           
(package private) static ResourceBundle vBundle
           
(package private) static Properties vSystemProperties
           
 
Constructor Summary
SystemResources()
           
 
Method Summary
static Locale getLocale()
           
static String getProperty(String name)
           
static void setProperty(String name, String Value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

vBundle

static ResourceBundle vBundle

myLocale

static Locale myLocale

vSystemProperties

static Properties vSystemProperties

myResource

static Hashtable myResource
Constructor Detail

SystemResources

public SystemResources()
Method Detail

setProperty

public static void setProperty(String name,
                               String Value)

getProperty

public static String getProperty(String name)

getLocale

public static Locale getLocale()

INRIA & FluxMedia

..no bottom yet...