|
||||||||||
| 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,
String name,
Integer parentId,
Integer elementId,
BundleDescriptor contributingBundle,
String[] propertiesAndValues)
|
|
| Method Summary | |
|---|---|
void |
addConfigurationElement(ConfigurationElement configurationElement)
|
boolean |
equals(Object obj)
|
List<ConfigurationElement> |
getConfigurationElements()
Get nested configuration elements |
BundleDescriptor |
getContributingBundle()
Descriptor of the bundle contributing this element. |
Integer |
getElementId()
Get element's unique identifier. |
String |
getName()
|
int |
getObjectId()
Get objectId of the ConfigurationElement in the heap dump |
Integer |
getParentId()
Get id of the parent element. |
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,
String name,
Integer parentId,
Integer elementId,
BundleDescriptor contributingBundle,
String[] propertiesAndValues)
| Method Detail |
|---|
public int getObjectId()
public String getName()
public Integer getParentId()
public Integer getElementId()
public List<ConfigurationElement.PropertyPair> getPropertiesAndValues()
public BundleDescriptor getContributingBundle()
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 | |||||||||