Class PluginDescriptorIDImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(PluginDescriptorID o)  
      boolean equals​(java.lang.Object o)
      ProvidedObjectIDs are used in Collections, so this method has to be implemented in all its subclasses.
      int hashCode()
      ProvidedObjectIDs are used in HashMaps, so this method has to be implemented in all its subclasses.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PluginDescriptorIDImpl

        public PluginDescriptorIDImpl​(java.lang.reflect.Method pluginMethod)
      • PluginDescriptorIDImpl

        public PluginDescriptorIDImpl​(java.lang.Class<?> pluginClass)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Description copied from interface: PluginDescriptorID
        ProvidedObjectIDs are used in HashMaps, so this method has to be implemented in all its subclasses.
        Specified by:
        hashCode in interface PluginDescriptorID
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Description copied from interface: PluginDescriptorID
        ProvidedObjectIDs are used in Collections, so this method has to be implemented in all its subclasses.
        Specified by:
        equals in interface PluginDescriptorID
        Overrides:
        equals in class java.lang.Object