|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Boot
This interface is used for initial boot of the framework. Custom implementations may add client specific logic to the framework boot behavior.
| Method Summary | |
|---|---|
java.io.InputStream |
getBootINI()
Returns an input stream to the boot ini file. |
int |
performInstall(BundleContext bc)
Incorporates the bundles' install logic. |
| Method Detail |
|---|
int performInstall(BundleContext bc)
getBootINI method should return an input stream to the boot ini file.
bc - the BundleContext, which has to be used to perform the bundles' install operations
java.io.InputStream getBootINI()
performInstall method.
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||