org.ow2.dragon.util
Class RegistryConfig

java.lang.Object
  extended by org.ow2.dragon.util.RegistryConfig

public class RegistryConfig
extends java.lang.Object

Author:
ofabre

Field Summary
static java.lang.String CONFIGURATION_RELOAD_DELAY
           
 
Method Summary
static org.apache.commons.configuration.Configuration getConfiguration()
          The object from which property values can be obtained.
static RegistryConfig getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_RELOAD_DELAY

public static final java.lang.String CONFIGURATION_RELOAD_DELAY
See Also:
Constant Field Values
Method Detail

getInstance

public static RegistryConfig getInstance()
                                  throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException

getConfiguration

public static org.apache.commons.configuration.Configuration getConfiguration()
                                                                       throws org.apache.commons.configuration.ConfigurationException
The object from which property values can be obtained.

Returns:
the commons Configuration interface
Throws:
org.apache.commons.configuration.ConfigurationException


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.