接口 ResolverWire
-
public interface ResolverWire
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 BundleCapabilitygetCapability()Returns the associated capability from the exporting bundle revision that satisfies the requirement of the importing bundle revision.BundleRevisiongetProvider()Returns the exporting bundle revision.BundleRequirementgetRequirement()Returns the associated requirement from the importing bundle revision that resulted in the creation of this wire.BundleRevisiongetRequirer()Returns the importing bundle revision.
-
-
-
方法详细资料
-
getRequirer
BundleRevision getRequirer()
Returns the importing bundle revision.- 返回:
- The importing bundle revision.
-
getRequirement
BundleRequirement getRequirement()
Returns the associated requirement from the importing bundle revision that resulted in the creation of this wire.- 返回:
-
getProvider
BundleRevision getProvider()
Returns the exporting bundle revision.- 返回:
- The exporting bundle revision.
-
getCapability
BundleCapability getCapability()
Returns the associated capability from the exporting bundle revision that satisfies the requirement of the importing bundle revision.- 返回:
-
-