Uses of Class
org.eclipse.osgi.service.resolver.DisabledInfo
Packages that use DisabledInfo
-
Uses of DisabledInfo in org.eclipse.osgi.service.resolver
Methods in org.eclipse.osgi.service.resolver that return DisabledInfoModifier and TypeMethodDescriptionState.getDisabledInfo(BundleDescription bundle, String policyName) Returns the disabled info for the specified bundle with the specified policy name.State.getDisabledInfos(BundleDescription bundle) Returns an array of disabled info for the specified bundle.Methods in org.eclipse.osgi.service.resolver with parameters of type DisabledInfoModifier and TypeMethodDescriptionvoidPlatformAdmin.addDisabledInfo(DisabledInfo disabledInfo) Adds the disabled info to the state managed by this platform admin.voidState.addDisabledInfo(DisabledInfo disabledInfo) Adds the disabled info to this state.voidPlatformAdmin.removeDisabledInfo(DisabledInfo disabledInfo) Removes the disabled info from the state managed by this platform admin.voidState.removeDisabledInfo(DisabledInfo disabledInfo) Removes the disabled info from the state.