Package org.apache.logging.log4j.util
Class PropertySource.Comparator
java.lang.Object
org.apache.logging.log4j.util.PropertySource.Comparator
- All Implemented Interfaces:
Serializable
,Comparator<PropertySource>
- Enclosing interface:
- PropertySource
public static class PropertySource.Comparator
extends Object
implements Comparator<PropertySource>, Serializable
Comparator for ordering PropertySource instances by priority.
- Since:
- 2.10.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Comparator
public Comparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<PropertySource>
-