Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.reloading |
The
reloading package contains the definition of the
ReloadingStrategy interface, which provides automatic reloading
facilities for file based configurations. |
Modifier and Type | Field and Description |
---|---|
protected ReloadingStrategy |
AbstractFileConfiguration.strategy
Holds a reference to the reloading strategy.
|
Modifier and Type | Method and Description |
---|---|
ReloadingStrategy |
MultiFileHierarchicalConfiguration.getReloadingStrategy() |
ReloadingStrategy |
FileConfiguration.getReloadingStrategy()
Return the reloading strategy.
|
ReloadingStrategy |
AbstractHierarchicalFileConfiguration.getReloadingStrategy() |
ReloadingStrategy |
AbstractFileConfiguration.getReloadingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
MultiFileHierarchicalConfiguration.setReloadingStrategy(ReloadingStrategy strategy) |
void |
FileConfiguration.setReloadingStrategy(ReloadingStrategy strategy)
Set the reloading strategy.
|
void |
AbstractHierarchicalFileConfiguration.setReloadingStrategy(ReloadingStrategy strategy) |
void |
AbstractFileConfiguration.setReloadingStrategy(ReloadingStrategy strategy) |
Modifier and Type | Class and Description |
---|---|
class |
FileChangedReloadingStrategy
A reloading strategy that will reload the configuration every time its
underlying file is changed.
|
class |
InvariantReloadingStrategy
A strategy that never triggers a reloading.
|
class |
ManagedReloadingStrategy
A strategy to reload configuration based on management requests.
|
class |
VFSFileChangedReloadingStrategy
A file-based reloading strategy that uses Commons VFS to determine when a
file was changed.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.