接口的使用
org.osgi.framework.wiring.BundleWiring
-
使用BundleWiring的程序包 程序包 说明 org.apache.felix.framework org.apache.felix.framework.resolver org.apache.felix.framework.util org.apache.felix.framework.wiring org.osgi.framework.hooks.weaving Framework Weaving Hooks Package Version 1.1.org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
org.apache.felix.framework中BundleWiring的使用
实现BundleWiring的org.apache.felix.framework中的类 修饰符和类型 类 说明 classBundleWiringImpl返回BundleWiring的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 BundleWiringBundleRevisionImpl. getWiring()返回变量类型为BundleWiring的类型的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 java.util.Map<BundleRevision,BundleWiring>ResolveContextImpl. getWirings() -
org.apache.felix.framework.resolver中BundleWiring的使用
返回变量类型为BundleWiring的类型的org.apache.felix.framework.resolver中的方法 修饰符和类型 方法 说明 abstract java.util.Map<BundleRevision,BundleWiring>ResolveContext. getWirings() -
org.apache.felix.framework.util中BundleWiring的使用
参数类型为BundleWiring的org.apache.felix.framework.util中的方法 修饰符和类型 方法 说明 static java.util.List<BundleRevision>Util. getFragments(BundleWiring wiring) -
org.apache.felix.framework.wiring中BundleWiring的使用
返回BundleWiring的org.apache.felix.framework.wiring中的方法 修饰符和类型 方法 说明 BundleWiringBundleWireImpl. getProviderWiring()BundleWiringBundleWireImpl. getRequirerWiring() -
org.osgi.framework.hooks.weaving中BundleWiring的使用
返回BundleWiring的org.osgi.framework.hooks.weaving中的方法 修饰符和类型 方法 说明 BundleWiringWovenClass. getBundleWiring()Returns the bundle wiring whose class loader will define the woven class. -
org.osgi.framework.wiring中BundleWiring的使用
返回BundleWiring的org.osgi.framework.wiring中的方法 修饰符和类型 方法 说明 BundleWiringBundleWire. getProviderWiring()Returns the bundle wiringprovidingthecapability.BundleWiringBundleWire. getRequirerWiring()Returns the bundle wiring whorequiresthecapability.BundleWiringBundleRevision. getWiring()Returns the bundle wiring which is using this bundle revision.
-