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