Uses of Interface
org.jboss.osgi.spi.framework.OSGiBootstrapProvider

Packages that use OSGiBootstrapProvider
org.jboss.osgi.spi.framework Framework integration and bootstrap. 
org.jboss.osgi.spi.testing OSGi test support classes and interfaces. 
 

Uses of OSGiBootstrapProvider in org.jboss.osgi.spi.framework
 

Classes in org.jboss.osgi.spi.framework that implement OSGiBootstrapProvider
 class MicrocontainerBootstrapProvider
          Bootstrap the OSGiFramework through the MC
 class PropertiesBootstrapProvider
          A simple properties based bootstrap provider The PropertiesBootstrapProvider supports the following properties org.jboss.osgi.spi.framework.impl - The OSGiFramework implementation org.jboss.osgi.spi.framework.autoInstall - Bundles that need to be installed with the Framework automatically org.jboss.osgi.spi.framework.autoStart - Bundles that need to be started automatically All other properties are passed on to configure the framework.
 

Methods in org.jboss.osgi.spi.framework that return OSGiBootstrapProvider
static OSGiBootstrapProvider OSGiBootstrap.getBootstrapProvider()
           
 

Uses of OSGiBootstrapProvider in org.jboss.osgi.spi.testing
 

Methods in org.jboss.osgi.spi.testing that return OSGiBootstrapProvider
 OSGiBootstrapProvider OSGiTestHelper.getBootstrapProvider()
           
 



Copyright © 2009. All Rights Reserved.