Package org.ametys.plugins.contentio
Class ContentImporterExtensionPoint.ContentImporterPriorityComparator
- java.lang.Object
-
- org.ametys.plugins.contentio.ContentImporterExtensionPoint.ContentImporterPriorityComparator
-
- All Implemented Interfaces:
Comparator<ContentImporter>
- Enclosing class:
- ContentImporterExtensionPoint
protected static class ContentImporterExtensionPoint.ContentImporterPriorityComparator extends Object implements Comparator<ContentImporter>
Compares importers by ascending priority
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContentImporterPriorityComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ContentImporter i1, ContentImporter i2)
-
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 Detail
-
ContentImporterPriorityComparator
protected ContentImporterPriorityComparator()
-
-
Method Detail
-
compare
public int compare(ContentImporter i1, ContentImporter i2)
- Specified by:
compare
in interfaceComparator<ContentImporter>
-
-