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.Bundle
Returns the providing bundle.@NotNull BundledRenderUnitCapability
Returns 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
-