|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OSGiBootstrapProvider
An OSGiBootstrapProvider provides an OSGi Framework
Implementations would configure the OSGi Framework through some form of descriptor.
| Method Summary | |
|---|---|
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 |
Framework |
getFramework()
Get the configured OSGi Framework |
| Method Detail |
|---|
Framework getFramework()
void configure()
void configure(URL urlConfig)
void configure(String resourceConfig)
void configure(InputStream streamConfig)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||