Class Extension
- java.lang.Object
-
- org.eclipse.mat.inspections.osgi.model.eclipse.Extension
-
public class Extension extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConfigurationElement(ConfigurationElement configurationElement)
boolean
equals(Object obj)
List<ConfigurationElement>
getConfigurationElements()
BundleDescriptor
getContributedBy()
Get descriptor of the bundle contributing this extensionString
getContributorId()
Get unique id of the bundle contributing this extensionInteger
getExtensionId()
Get extension's unique identifier.String
getLabel()
String
getName()
int
getObjectId()
Get objectId of the Extension in the heap dumpint
hashCode()
void
setContributedBy(BundleDescriptor contributedBy)
-
-
-
Method Detail
-
getObjectId
public int getObjectId()
Get objectId of the Extension in the heap dump- Returns:
- int objectId
-
getExtensionId
public Integer getExtensionId()
Get extension's unique identifier. This extension is assigned a unique identifier by the Framework.- Returns:
- Integer extension's unique identifier
-
getName
public String getName()
- Returns:
- String extension's fully qualified name
-
getLabel
public String getLabel()
- Returns:
- String human readable name of the extension
-
getContributorId
public String getContributorId()
Get unique id of the bundle contributing this extension- Returns:
- String unique id of the bundle contributing this extension
-
setContributedBy
public void setContributedBy(BundleDescriptor contributedBy)
-
getContributedBy
public BundleDescriptor getContributedBy()
Get descriptor of the bundle contributing this extension- Returns:
- BundleDescriptor of the bundle contributing this extension
-
getConfigurationElements
public List<ConfigurationElement> getConfigurationElements()
-
addConfigurationElement
public void addConfigurationElement(ConfigurationElement configurationElement)
-
-