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.

See:
          Description

Interface Summary
ReloadingStrategy A strategy to decide if a configuration should be reloaded.
 

Class Summary
FileChangedReloadingStrategy A reloading strategy that will reload the configuration every time its underlying file is changed. This reloading strategy does not actively monitor a configuration file, but is triggered by its associated configuration whenever properties are accessed.
InvariantReloadingStrategy A strategy that never triggers a reloading.
 

Package org.apache.commons.configuration.reloading Description

The reloading package contains the definition of the ReloadingStrategy interface, which provides automatic reloading facilities for file based configurations. There are also some concrete implementations of this interface that can be used out of the box.

$Id: package.html 353877 2005-12-04 17:33:34Z oheger $



Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.