INRIA & FluxMedia

fr.fluxmedia.transmorpher.Utils
Class SystemResources

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

public class SystemResources
extends java.lang.Object


Field Summary
(package private) static java.util.Locale myLocale
           
(package private) static java.util.Hashtable myResource
           
(package private) static java.util.ResourceBundle vBundle
           
(package private) static java.util.Properties vSystemProperties
           
 
Constructor Summary
SystemResources()
           
 
Method Summary
static java.util.Locale getLocale()
           
static java.lang.String getProperty(java.lang.String name)
           
static void setProperty(java.lang.String name, java.lang.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 java.util.ResourceBundle vBundle

myLocale

static java.util.Locale myLocale

vSystemProperties

static java.util.Properties vSystemProperties

myResource

static java.util.Hashtable myResource
Constructor Detail

SystemResources

public SystemResources()
Method Detail

setProperty

public static void setProperty(java.lang.String name,
                               java.lang.String Value)

getProperty

public static java.lang.String getProperty(java.lang.String name)

getLocale

public static java.util.Locale getLocale()

INRIA & FluxMedia

..no bottom yet...