Interface TypeProvider
@ProviderType
public interface TypeProvider
A
TypeProvider keeps an association between a BundledRenderUnitCapability and the bundle that provides it.-
Method Summary
Modifier and TypeMethodDescription@NotNull org.osgi.framework.BundleReturns the providing bundle.@NotNull BundledRenderUnitCapabilityReturns theBundledRenderUnitCapability.
-
Method Details
-
getBundledRenderUnitCapability
Returns theBundledRenderUnitCapability.- Returns:
- the
BundledRenderUnitCapability
-
getBundle
@NotNull @NotNull org.osgi.framework.Bundle getBundle()Returns the providing bundle.- Returns:
- the providing bundle
-