public interface ReloadingStrategy
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.
|
void setConfiguration(FileConfiguration configuration)
configuration
- the configuration to monitorvoid init()
boolean reloadingRequired()
void reloadingPerformed()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.