Package | Description |
---|---|
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Method and Description |
---|---|
DisabledInfo |
State.getDisabledInfo(BundleDescription bundle,
String policyName)
Returns the disabled info for the specified bundle with the specified policy name.
|
DisabledInfo[] |
State.getDisabledInfos(BundleDescription bundle)
Returns an array of disabled info for the specified bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
State.addDisabledInfo(DisabledInfo disabledInfo)
Adds the disabled info to this state.
|
void |
PlatformAdmin.addDisabledInfo(DisabledInfo disabledInfo)
Adds the disabled info to the state managed by this platform admin.
|
void |
State.removeDisabledInfo(DisabledInfo disabledInfo)
Removes the disabled info from the state.
|
void |
PlatformAdmin.removeDisabledInfo(DisabledInfo disabledInfo)
Removes the disabled info from the state managed by this platform admin.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.