org.eclipse.cdt.internal.core
Class CExtensionDescriptor

java.lang.Object
  extended by org.eclipse.cdt.internal.core.CExtensionDescriptor
All Implemented Interfaces:
ICExtensionDescriptor

public class CExtensionDescriptor
extends java.lang.Object
implements ICExtensionDescriptor


Constructor Summary
CExtensionDescriptor(org.eclipse.core.runtime.IConfigurationElement el)
           
 
Method Summary
 org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CExtensionDescriptor

public CExtensionDescriptor(org.eclipse.core.runtime.IConfigurationElement el)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface ICExtensionDescriptor

getName

public java.lang.String getName()
Specified by:
getName in interface ICExtensionDescriptor

getConfigurationElement

public org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()