Class PluginManager.ConfigurationElementPriorityComparator

java.lang.Object
org.datanucleus.plugin.PluginManager.ConfigurationElementPriorityComparator
All Implemented Interfaces:
Comparator<ConfigurationElement>
Enclosing class:
PluginManager

private static final class PluginManager.ConfigurationElementPriorityComparator extends Object implements Comparator<ConfigurationElement>
Comparator for comparing ConfigurationElements by their priority attribute. Elements without priority attribute are considered equal, having priority 0. Higher priority means lesser comparison result.