- setAutostart(ArrayList<String>) - Method in class apache.celix.model.Config
-
Checks what bundles are checked and should be autostarted.
- setProperties(String) - Method in class apache.celix.model.Config
-
Set properties from string.
- setStatus(String) - Method in class apache.celix.model.OsgiBundle
-
- startBundle(String) - Method in class apache.celix.Celix
-
Starts the bundle from specified location
- startBundleById(long) - Method in class apache.celix.Celix
-
Starts bundle with specified ID
- startFramework(String) - Method in class apache.celix.Celix
-
Starts the framework with the config.properties which are specified
- stopBundle(String) - Method in class apache.celix.Celix
-
Stops bundle with specified location
- stopBundleById(long) - Method in class apache.celix.Celix
-
Stop bundle with specified id
- stopFramework() - Method in class apache.celix.Celix
-
Stops the celix framework.