org.apache.commons.configuration
public interface ConfigurationComparator
Since: 1.0
Version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $
Method Summary | |
---|---|
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