Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
Modifier and Type | Method and Description |
---|---|
static IBundleGroupProvider[] |
Platform.getBundleGroupProviders()
Returns the currently registered bundle group providers.
|
Modifier and Type | Method and Description |
---|---|
static void |
Platform.registerBundleGroupProvider(IBundleGroupProvider provider)
Registers the given bundle group provider with the platform.
|
static void |
Platform.unregisterBundleGroupProvider(IBundleGroupProvider provider)
De-registers the given bundle group provider with the platform.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.