Interface | Description |
---|---|
OSGiBootstrapProvider |
An OSGiBootstrapProvider provides an OSGi Framework
Implementations would configure the OSGi Framework through some form of descriptor.
|
Class | Description |
---|---|
OSGiBootstrap |
The OSGiBootstrap is the entry point to obtain an
OSGiBootstrapProvider . |
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.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.