INRIA & FluxMedia

fr.fluxmedia.transmorpher.utils
Class SystemResources

java.lang.Object
  extended by fr.fluxmedia.transmorpher.utils.SystemResources

public class SystemResources
extends java.lang.Object


Field Summary
(package private) static java.util.Locale locale
           
(package private) static java.util.Hashtable resource
           
(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, toString, wait, wait, wait
 

Field Detail

vBundle

static java.util.ResourceBundle vBundle

locale

static java.util.Locale locale

vSystemProperties

static java.util.Properties vSystemProperties

resource

static java.util.Hashtable resource
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...