FileChangedReloadingStrategy, InvariantReloadingStrategy, ManagedReloadingStrategy, VFSFileChangedReloadingStrategypublic interface ReloadingStrategy
| Modifier and Type | Method | 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()