JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.commons.configuration.reloading
Interface Reloadable
All Known Implementing Classes:
AbstractHierarchicalFileConfiguration
,
CombinedConfiguration
,
DefaultConfigurationBuilder
,
DynamicCombinedConfiguration
,
HierarchicalINIConfiguration
,
HierarchicalReloadableConfiguration
,
HierarchicalXMLConfiguration
,
MultiFileHierarchicalConfiguration
,
PatternSubtreeConfigurationWrapper
,
PropertyListConfiguration
,
SubnodeConfiguration
,
XMLConfiguration
,
XMLPropertyListConfiguration
public interface
Reloadable
Interface that allows other objects to synchronize on a root lock.
Since:
1.7
Version:
$Id: Reloadable.java 1162387 2011-08-27 16:05:20Z oheger $
Author:
Commons Configuration team
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
getReloadLock
()
Method Detail
getReloadLock
java.lang.Object
getReloadLock
()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method