|
||||||||||
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.ConfigurationElement
public class ConfigurationElement
Nested Class Summary | |
---|---|
class |
ConfigurationElement.PropertyPair
|
Constructor Summary | |
---|---|
ConfigurationElement(int objectId,
java.lang.String name,
java.lang.Integer parentId,
java.lang.Integer elementId,
BundleDescriptor contributingBundle,
java.lang.String[] propertiesAndValues)
|
Method Summary | |
---|---|
void |
addConfigurationElement(ConfigurationElement configurationElement)
|
boolean |
equals(java.lang.Object obj)
|
java.util.List<ConfigurationElement> |
getConfigurationElements()
Get nested configuration elements |
BundleDescriptor |
getContributingBundle()
Descriptor of the bundle contributing this element. |
java.lang.Integer |
getElementId()
Get element's unique identifier. |
java.lang.String |
getName()
|
int |
getObjectId()
Get objectId of the ConfigurationElement in the heap dump |
java.lang.Integer |
getParentId()
Get id of the parent element. |
java.util.List<ConfigurationElement.PropertyPair> |
getPropertiesAndValues()
Get the properties and the value of the configuration element. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationElement(int objectId, java.lang.String name, java.lang.Integer parentId, java.lang.Integer elementId, BundleDescriptor contributingBundle, java.lang.String[] propertiesAndValues)
Method Detail |
---|
public int getObjectId()
public java.lang.String getName()
public java.lang.Integer getParentId()
public java.lang.Integer getElementId()
public java.util.List<ConfigurationElement.PropertyPair> getPropertiesAndValues()
public BundleDescriptor getContributingBundle()
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 |