org.apache.commons.configuration
public class StrictConfigurationComparator extends Object implements ConfigurationComparator
Since: 1.0
Version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $
Constructor Summary | |
---|---|
StrictConfigurationComparator()
Create a new strict comparator. |
Method Summary | |
---|---|
boolean | compare(Configuration a, Configuration b)
Compare two configuration objects.
|
Parameters: a the first configuration b the second configuration
Returns: true if keys from a are found in b and keys from b are found in a and for each key in a, the corresponding value is the sale in for the same key in b