|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.inspections.osgi.model.eclipse.ExtensionPoint
public class ExtensionPoint
Constructor Summary | |
---|---|
ExtensionPoint(int objectId,
Integer extensionPointId,
String[] properties)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtensionPoint(int objectId, Integer extensionPointId, String[] properties)
Method Detail |
---|
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)
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |