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

Packages that use OSGiBootstrapProvider
org.jboss.osgi.spi.framework Framework integration and bootstrap. 
 

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

Classes in org.jboss.osgi.spi.framework that implement OSGiBootstrapProvider
 class PropertiesBootstrapProvider
          A simple properties based bootstrap provider The PropertiesBootstrapProvider supports the following properties org.jboss.osgi.framework.autoInstall - Bundles that need to be installed with the Framework automatically org.jboss.osgi.framework.autoStart - Bundles that need to be started automatically org.jboss.osgi.framework.extra - An URL to extra properties, which recursivly may conatin this property. All other properties are passed on to configure the framework.
 

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



Copyright © 2012. All Rights Reserved.