Package com.germinus.easyconf
Class FileURLChangedReloadingStrategy
- java.lang.Object
-
- FileChangedReloadingStrategy
-
- com.germinus.easyconf.FileConfigurationChangedReloadingStrategy
-
- com.germinus.easyconf.FileURLChangedReloadingStrategy
-
public class FileURLChangedReloadingStrategy extends FileConfigurationChangedReloadingStrategy
Detects changes in files specified in a URL- Version:
- $Revision: 1.1 $
- Author:
- Jorge Ferrer
-
-
Constructor Summary
Constructors Constructor Description FileURLChangedReloadingStrategy(java.net.URL url)
FileURLChangedReloadingStrategy(java.net.URL url, long refreshDelay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
reloadingRequired()
-
Methods inherited from class com.germinus.easyconf.FileConfigurationChangedReloadingStrategy
getFile, getSourceURL, hasChanged, setConfiguration, setSourceURL, updateLastModified
-
-