Package org.java.plugin.registry
Interface UniqueIdentity
- All Superinterfaces:
Identity
- All Known Subinterfaces:
Extension,ExtensionPoint,Library,PluginDescriptor,PluginFragment,PluginPrerequisite
- All Known Implementing Classes:
MockExtension,MockExtensionPoint,MockLibrary,MockPluginDescriptor,MockPluginFragment,MockPluginPrerequisite
Base interface for those plug-in manifest element classes that may have UID.
- Version:
- $Id$
- See Also:
-
Method Summary
-
Method Details
-
getUniqueId
String getUniqueId()- Returns:
- unique ID of plug-in element
-