public class Extension extends Object
Constructor and Description |
---|
Extension(int objectId,
Integer extensionId,
String[] properties) |
Modifier and Type | Method and Description |
---|---|
void |
addConfigurationElement(ConfigurationElement configurationElement) |
boolean |
equals(Object obj) |
List<ConfigurationElement> |
getConfigurationElements() |
BundleDescriptor |
getContributedBy()
Get descriptor of the bundle contributing this extension
|
String |
getContributorId()
Get unique id of the bundle contributing this extension
|
Integer |
getExtensionId()
Get extension's unique identifier.
|
String |
getLabel() |
String |
getName() |
int |
getObjectId()
Get objectId of the Extension in the heap dump
|
int |
hashCode() |
void |
setContributedBy(BundleDescriptor contributedBy) |
public int getObjectId()
public Integer getExtensionId()
public String getName()
public String getLabel()
public String getContributorId()
public void setContributedBy(BundleDescriptor contributedBy)
public BundleDescriptor getContributedBy()
public List<ConfigurationElement> getConfigurationElements()
public void addConfigurationElement(ConfigurationElement configurationElement)