Package org.jboss.as.logging
Class LoggingExtension.LoggingChildResourceComparator
- java.lang.Object
-
- org.jboss.as.logging.LoggingExtension.LoggingChildResourceComparator
-
- All Implemented Interfaces:
Comparator<PathElement>
- Enclosing class:
- LoggingExtension
public static class LoggingExtension.LoggingChildResourceComparator extends Object implements Comparator<PathElement>
-
-
Constructor Summary
Constructors Constructor Description LoggingChildResourceComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(PathElement o1, PathElement o2)-
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
-
-
-
-
Method Detail
-
compare
public int compare(PathElement o1, PathElement o2)
- Specified by:
comparein interfaceComparator<PathElement>
-
-