类的使用
org.osgi.framework.BundleException
-
使用BundleException的程序包 程序包 说明 org.apache.felix.framework org.apache.felix.framework.ext org.apache.felix.framework.util.manifestparser org.osgi.framework Framework Package Version 1.8.org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
org.apache.felix.framework中BundleException的使用
抛出BundleException的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 voidFelix. init()voidFelix. init(FrameworkListener... listeners)voidFelix. start()This method starts the framework instance, which will transition the framework from start level 0 to its active start level as specified in its configuration properties (1 by default).voidFelix. start(int options)voidFelix. stop()This method asynchronously shuts down the framework, it must be called at the end of a session in order to shutdown all active bundles.voidFelix. stop(int options)voidFelix. uninstall()voidFelix. update()voidFelix. update(java.io.InputStream is) -
org.apache.felix.framework.ext中BundleException的使用
抛出BundleException的org.apache.felix.framework.ext中的方法 修饰符和类型 方法 说明 voidFelixBundleContext. addCapability()voidFelixBundleContext. addRequirement(java.lang.String s)voidFelixBundleContext. removeCapability()voidFelixBundleContext. removeRequirement() -
org.apache.felix.framework.util.manifestparser中BundleException的使用
抛出BundleException的org.apache.felix.framework.util.manifestparser中的方法 修饰符和类型 方法 说明 booleanNativeLibraryClause. match(java.util.Map configMap)static java.util.List<BundleRequirement>ManifestParser. parseDynamicImportHeader(Logger logger, BundleRevision owner, java.lang.String header)static java.lang.StringManifestParser. parseExtensionBundleHeader(java.lang.String header)抛出BundleException的org.apache.felix.framework.util.manifestparser中的构造器 构造器 说明 ManifestParser(Logger logger, java.util.Map configMap, BundleRevision owner, java.util.Map headerMap) -
org.osgi.framework中BundleException的使用
抛出BundleException的org.osgi.framework中的方法 修饰符和类型 方法 说明 BundleBundleContext. installBundle(java.lang.String location)Installs a bundle from the specifiedlocationidentifier.BundleBundleContext. installBundle(java.lang.String location, java.io.InputStream input)Installs a bundle from the specifiedInputStreamobject.voidBundle. start()Starts this bundle with no options.voidBundle. start(int options)Starts this bundle.voidBundle. stop()Stops this bundle with no options.voidBundle. stop(int options)Stops this bundle.voidBundle. uninstall()Uninstalls this bundle.voidBundle. update()Updates this bundle.voidBundle. update(java.io.InputStream input)Updates this bundle from anInputStream. -
org.osgi.framework.launch中BundleException的使用
抛出BundleException的org.osgi.framework.launch中的方法 修饰符和类型 方法 说明 voidFramework. init()Initialize this Framework.voidFramework. init(FrameworkListener... listeners)Initialize this Framework.voidFramework. start()Start this Framework.voidFramework. start(int options)Start this Framework.voidFramework. stop()Stop this Framework.voidFramework. stop(int options)Stop this Framework.voidFramework. uninstall()The Framework cannot be uninstalled.voidFramework. update()Stop and restart this Framework.voidFramework. update(java.io.InputStream in)Stop and restart this Framework.
-