public class InvariantReloadingStrategy extends Object implements ReloadingStrategy
| Constructor and Description | 
|---|
| InvariantReloadingStrategy() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public void setConfiguration(FileConfiguration configuration)
ReloadingStrategysetConfiguration in interface ReloadingStrategyconfiguration - the configuration to monitorpublic void init()
ReloadingStrategyinit in interface ReloadingStrategypublic boolean reloadingRequired()
ReloadingStrategyreloadingRequired in interface ReloadingStrategypublic void reloadingPerformed()
ReloadingStrategyreloadingPerformed in interface ReloadingStrategyCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.