com.germinus.easyconf
Class ConfigurationObjectCache

java.lang.Object
  extended bycom.germinus.easyconf.ConfigurationObjectCache

public class ConfigurationObjectCache
extends java.lang.Object

Holds a configuration object and reloads it when necessary

Version:
$Revision: 1.1 $
Author:
Jorge Ferrer

Constructor Summary
ConfigurationObjectCache(java.lang.Object confObj, java.net.URL confFileUrl, ComponentProperties properties)
           
 
Method Summary
 java.lang.Object getConfigurationObject()
           
 void setReloadingStrategy(org.apache.commons.configuration.reloading.ReloadingStrategy strategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationObjectCache

public ConfigurationObjectCache(java.lang.Object confObj,
                                java.net.URL confFileUrl,
                                ComponentProperties properties)
Method Detail

getConfigurationObject

public java.lang.Object getConfigurationObject()

setReloadingStrategy

public void setReloadingStrategy(org.apache.commons.configuration.reloading.ReloadingStrategy strategy)


Copyright © 2005 EasyConf team. All Rights Reserved.