Class PluginComparator

  • All Implemented Interfaces:
    Comparator

    public class PluginComparator
    extends Object
    implements Comparator
    INTERNAL: Compares two objects which are classes that implement the PluginIF interface. Use the title of the plugin.
    • Constructor Detail

      • PluginComparator

        public PluginComparator()
    • Method Detail

      • compare

        public int compare​(Object o1,
                           Object o2)
        INTERNAL: Compares two PluginIF objects.
        Specified by:
        compare in interface Comparator