接口的使用
org.osgi.framework.wiring.BundleWire
-
使用BundleWire的程序包 程序包 说明 org.apache.felix.framework org.apache.felix.framework.util org.apache.felix.framework.wiring org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
org.apache.felix.framework中BundleWire的使用
返回变量类型为BundleWire的类型的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 java.util.List<BundleWire>BundleWiringImpl. getProvidedWires(java.lang.String namespace)java.util.List<BundleWire>BundleWiringImpl. getRequiredWires(java.lang.String namespace)参数类型为BundleWire的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 voidBundleWiringImpl. addDynamicWire(BundleWire wire) -
org.apache.felix.framework.util中BundleWire的使用
返回BundleWire的org.apache.felix.framework.util中的方法 修饰符和类型 方法 说明 static BundleWireUtil. getWire(BundleRevision br, java.lang.String name) -
org.apache.felix.framework.wiring中BundleWire的使用
实现BundleWire的org.apache.felix.framework.wiring中的类 修饰符和类型 类 说明 classBundleWireImpl -
org.osgi.framework.wiring中BundleWire的使用
返回变量类型为BundleWire的类型的org.osgi.framework.wiring中的方法 修饰符和类型 方法 说明 java.util.List<BundleWire>BundleWiring. getProvidedWires(java.lang.String namespace)Returns theBundleWires to the providedcapabilitiesof this bundle wiring.java.util.List<BundleWire>BundleWiring. getRequiredWires(java.lang.String namespace)Returns theBundleWires to therequirementsin use by this bundle wiring.
-