com.germinus.easyconf
Class FileURLChangedReloadingStrategy

java.lang.Object
  extended byorg.apache.commons.configuration.reloading.FileChangedReloadingStrategy
      extended bycom.germinus.easyconf.FileConfigurationChangedReloadingStrategy
          extended bycom.germinus.easyconf.FileURLChangedReloadingStrategy
All Implemented Interfaces:
org.apache.commons.configuration.reloading.ReloadingStrategy

public class FileURLChangedReloadingStrategy
extends FileConfigurationChangedReloadingStrategy

Detects changes in files specified in a URL

Version:
$Revision: 1.1 $
Author:
Jorge Ferrer

Field Summary
 
Fields inherited from class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
configuration, lastChecked, lastModified, refreshDelay
 
Constructor Summary
FileURLChangedReloadingStrategy(java.net.URL url)
           
FileURLChangedReloadingStrategy(java.net.URL url, long refreshDelay)
           
 
Method Summary
 boolean reloadingRequired()
           
 
Methods inherited from class com.germinus.easyconf.FileConfigurationChangedReloadingStrategy
getFile, getSourceURL, hasChanged, setConfiguration, setSourceURL, updateLastModified
 
Methods inherited from class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
getRefreshDelay, init, reloadingPerformed, setRefreshDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileURLChangedReloadingStrategy

public FileURLChangedReloadingStrategy(java.net.URL url)

FileURLChangedReloadingStrategy

public FileURLChangedReloadingStrategy(java.net.URL url,
                                       long refreshDelay)
Method Detail

reloadingRequired

public boolean reloadingRequired()


Copyright © 2005 EasyConf team. All Rights Reserved.