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
-
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
-
RIApplicationStartedComparator
protected RIApplicationStartedComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<RegistrationInfo>
-