|
||||||||||
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.Extension
public class Extension
Constructor Summary | |
---|---|
Extension(int objectId,
java.lang.Integer extensionId,
java.lang.String[] properties)
|
Method Summary | |
---|---|
void |
addConfigurationElement(ConfigurationElement configurationElement)
|
boolean |
equals(java.lang.Object obj)
|
java.util.List<ConfigurationElement> |
getConfigurationElements()
|
BundleDescriptor |
getContributedBy()
Get descriptor of the bundle contributing this extension |
java.lang.String |
getContributorId()
Get unique id of the bundle contributing this extension |
java.lang.Integer |
getExtensionId()
Get extension's unique identifier. |
java.lang.String |
getLabel()
|
java.lang.String |
getName()
|
int |
getObjectId()
Get objectId of the Extension 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 Extension(int objectId, java.lang.Integer extensionId, java.lang.String[] properties)
Method Detail |
---|
public int getObjectId()
public java.lang.Integer getExtensionId()
public java.lang.String getName()
public java.lang.String getLabel()
public java.lang.String getContributorId()
public void setContributedBy(BundleDescriptor contributedBy)
public BundleDescriptor getContributedBy()
public java.util.List<ConfigurationElement> getConfigurationElements()
public void addConfigurationElement(ConfigurationElement configurationElement)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |