public interface BundleInfoProvider
| Modifier and Type | Field and Description |
|---|---|
static BundleInfo[] |
NO_INFO
This is just an utility - empty array, that could be returned when there
is no additional information for a specific bundle.
|
| Modifier and Type | Method and Description |
|---|---|
BundleInfo[] |
getBundleInfo(org.osgi.framework.Bundle bundle,
java.lang.String webConsoleRoot,
java.util.Locale locale)
Gets the associated bundle information with the specified bundle (by it's
ID)
|
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the bundle info provider as localized string.
|
static final BundleInfo[] NO_INFO
java.lang.String getName(java.util.Locale locale)
locale - the locale in which the name should be returnedBundleInfo[] getBundleInfo(org.osgi.framework.Bundle bundle, java.lang.String webConsoleRoot, java.util.Locale locale)
bundle - the bundle, for which additional information is requested.webConsoleRoot - the root alias of the web console itself.locale - the locale in which the key-value pair should be returned.BundleInfo or empty array if none.Copyright © 2016 FuseSource, Corp.. All Rights Reserved.