org.workingfrog.i18n.util
Class PropertiesLoader

java.lang.Object
  extended byorg.workingfrog.i18n.util.PropertiesLoader

public class PropertiesLoader
extends java.lang.Object

Author:
Jean-Hugues de Raigniac

Constructor Summary
PropertiesLoader()
           
 
Method Summary
static java.lang.String getBundlesPath()
           
static java.lang.String getLogLevel()
           
static void init()
           
static void setBundlesPath(java.lang.String path)
           
static void setLogLevel(LogLevel level)
           
static void setLogLevel(java.lang.String level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesLoader

public PropertiesLoader()
Method Detail

init

public static void init()

getLogLevel

public static java.lang.String getLogLevel()

setLogLevel

public static void setLogLevel(LogLevel level)

setLogLevel

public static void setLogLevel(java.lang.String level)

getBundlesPath

public static java.lang.String getBundlesPath()

setBundlesPath

public static void setBundlesPath(java.lang.String path)