public interface IBundleGroup
Since the bulk of the branding related information is specific to the consumer, bundle groups also carry an arbitrary set of properties. The valid set of key-value pairs and their interpretation defined by the consumer in the target environment.
The Eclipse UI is the typical consumer of bundle groups and defines various
property keys that it will use, for example, to display About information. See
org.eclipse.ui.branding.IBundleGroupConstants
.
IBundleGroupProvider
Modifier and Type | Method and Description |
---|---|
Bundle[] |
getBundles()
Returns a list of all bundles supplied by this bundle group.
|
String |
getDescription()
Returns a text description of this bundle group.
|
String |
getIdentifier()
Returns the identifier of this bundle group.
|
String |
getName()
Returns the human-readable name of this bundle group.
|
String |
getProperty(String key)
Returns the property of this bundle group with the given key.
|
String |
getProviderName()
Returns the name of the provider of this bundle group.
|
String |
getVersion()
Returns the version of this bundle group.
|
String getIdentifier()
getVersion()
String getName()
String getVersion()
getIdentifier()
String getDescription()
String getProviderName()
null
if noneBundle[] getBundles()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.