JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.commons.configuration2
Interface ConfigurationComparator
All Known Implementing Classes:
StrictConfigurationComparator
public interface
ConfigurationComparator
Comparator for configurations interface.
Since:
1.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
compare
(
Configuration
a,
Configuration
b)
Compare two configuration objects.
Method Details
compare
boolean
compare
(
Configuration
a,
Configuration
b)
Compare two configuration objects.
Parameters:
a
- the first configuration
b
- the second configuration
Returns:
true if the two configurations are identical according to the implemented rules