org.apache.commons.configuration.reloading
public interface ReloadingStrategy
Since: 1.1
Version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $
Method Summary | |
---|---|
void | init()
Initialize the strategy. |
void | reloadingPerformed()
Notify the strategy that the file has been reloaded. |
boolean | reloadingRequired()
Tell if the evaluation of the strategy requires to reload the configuration.
|
void | setConfiguration(FileConfiguration configuration)
Set the configuration managed by this strategy.
|
Returns: a flag whether a reload should be performed
Parameters: configuration the configuration to monitor