org.java.plugin.registry
Interface Identity

All Known Subinterfaces:
Extension, Extension.Parameter, ExtensionPoint, ExtensionPoint.ParameterDefinition, Library, PluginAttribute, PluginDescriptor, PluginElement<T>, PluginFragment, PluginPrerequisite, UniqueIdentity
All Known Implementing Classes:
AnnotatedExtension, AnnotatedParameter, ExtensionPointImpl, ExtensionPointImpl.ParameterDefinitionImpl

public interface Identity

Base interface for any plug-in manifest element class.

Version:
$Id$
See Also:
PluginRegistry

Method Summary
 java.lang.String getId()
           
 

Method Detail

getId

java.lang.String getId()
Returns:
ID of plug-in manifest element


Copyright © 2010. All Rights Reserved.