public interface OSGiBootstrapProvider
Modifier and Type | Method and Description |
---|---|
void |
configure()
Configure this provider with the default configuration
|
void |
configure(InputStream streamConfig)
Configure this provider from a given input stream
|
void |
configure(String resourceConfig)
Configure this provider from a given resource
|
void |
configure(URL urlConfig)
Configure this provider from the given URL
|
org.osgi.framework.launch.Framework |
getFramework()
Get the configured OSGi Framework
|
org.osgi.framework.launch.Framework getFramework()
void configure()
void configure(URL urlConfig)
void configure(String resourceConfig)
void configure(InputStream streamConfig)
Copyright © 2013 JBoss by Red Hat. All rights reserved.