public class ContributionInfo extends Object
Constructor and Description |
---|
ContributionInfo(String bundleId,
String elementType,
IConfigurationElement configurationElement)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getBundleId() |
IConfigurationElement |
getConfigurationElement() |
String |
getElementType() |
public ContributionInfo(String bundleId, String elementType, IConfigurationElement configurationElement)
bundleId
- elementType
- a localized string describing the contribution (e.g., 'view',
'editor', 'preference page')configurationElement
- an optional configuration element, or null
.public String getBundleId()
public String getElementType()
public IConfigurationElement getConfigurationElement()
null
if no
configuration element is available.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.