org.xmoon.node
Class PropertiesNode

java.lang.Object
  extended byorg.xmoon.node.PropertiesNode

public class PropertiesNode
extends java.lang.Object

Author:
Mario Ne

Field Summary
private static java.lang.String DEFAULT_CONFIGURATION
           
private static java.lang.String FAILSAFE_CONFIGURATION
           
private static org.apache.log4j.Logger log
           
private static java.lang.Object sync
           
private static java.util.Properties xmoonProperties
           
 
Constructor Summary
PropertiesNode()
           
 
Method Summary
static java.lang.String getServiceDefaultLanguage()
           
static java.lang.String getServicePath()
           
static void init()
           
static boolean isServiceCacheEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONFIGURATION

private static final java.lang.String DEFAULT_CONFIGURATION
See Also:
Constant Field Values

FAILSAFE_CONFIGURATION

private static final java.lang.String FAILSAFE_CONFIGURATION
See Also:
Constant Field Values

xmoonProperties

private static java.util.Properties xmoonProperties

sync

private static java.lang.Object sync

log

private static org.apache.log4j.Logger log
Constructor Detail

PropertiesNode

public PropertiesNode()
Method Detail

getServicePath

public static java.lang.String getServicePath()

isServiceCacheEnabled

public static boolean isServiceCacheEnabled()

getServiceDefaultLanguage

public static java.lang.String getServiceDefaultLanguage()

init

public static void init()