Package org.nuxeo.runtime.model.impl
Class ComponentManagerImpl.RIApplicationStartedComparator
- java.lang.Object
-
- org.nuxeo.runtime.model.impl.ComponentManagerImpl.RIApplicationStartedComparator
-
- All Implemented Interfaces:
Comparator<RegistrationInfo>
- Enclosing class:
- ComponentManagerImpl
protected static class ComponentManagerImpl.RIApplicationStartedComparator extends Object implements Comparator<RegistrationInfo>
TODO we use for now the same sorter as OSGIRuntimeService - should be improved later.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RIApplicationStartedComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(RegistrationInfo r1, RegistrationInfo r2)
-
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(RegistrationInfo r1, RegistrationInfo r2)
- Specified by:
compare
in interfaceComparator<RegistrationInfo>
-
-