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