接口 HostedCapability
-
- 所有超级接口:
BundleCapability,Capability
- 所有已知实现类:
WrappedCapability
public interface HostedCapability extends BundleCapability
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 BundleCapabilitygetDeclaredCapability()BundleRevisiongetRevision()Returns the bundle revision declaring this capability.-
从接口继承的方法 org.osgi.framework.wiring.BundleCapability
getAttributes, getDirectives, getNamespace, getResource
-
从接口继承的方法 org.osgi.resource.Capability
equals, hashCode
-
-
-
-
方法详细资料
-
getRevision
BundleRevision getRevision()
从接口复制的说明:BundleCapabilityReturns the bundle revision declaring this capability.- 指定者:
getRevision在接口中BundleCapability- 返回:
- The bundle revision declaring this capability.
-
getDeclaredCapability
BundleCapability getDeclaredCapability()
-
-