public class PluginDescriptorIDImpl extends java.lang.Object implements PluginDescriptorID
| Constructor and Description |
|---|
PluginDescriptorIDImpl(java.lang.Class<?> pluginClass) |
PluginDescriptorIDImpl(MacroPluginDescriptorImpl macroPluginDescriptorImpl) |
PluginDescriptorIDImpl(java.lang.reflect.Method pluginMethod) |
| Modifier and Type | Method and 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() |
public PluginDescriptorIDImpl(java.lang.reflect.Method pluginMethod)
public PluginDescriptorIDImpl(java.lang.Class<?> pluginClass)
public PluginDescriptorIDImpl(MacroPluginDescriptorImpl macroPluginDescriptorImpl)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
PluginDescriptorIDhashCode in interface PluginDescriptorIDhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
PluginDescriptorIDequals in interface PluginDescriptorIDequals in class java.lang.Objectpublic int compareTo(PluginDescriptorID o)
compareTo in interface java.lang.Comparable<PluginDescriptorID>