Skip navigation links
A C D G I O P R S T U V 

A

apache.celix - package apache.celix
 
apache.celix.model - package apache.celix.model
 

C

Celix - Class in apache.celix
Created by mjansen on 28-10-15.
Config - Class in apache.celix.model
Created by mjansen on 16-9-15.
Config(Context) - Constructor for class apache.celix.model.Config
 

D

deleteBundle(String) - Method in class apache.celix.Celix
Delete bundle with specified location
deleteBundleById(long) - Method in class apache.celix.Celix
Delete bundle with specified id

G

getBundles() - Method in class apache.celix.Celix
Get the id/status/name of a bundle
getBundlesInList() - Method in class apache.celix.Celix
Get a list of OsgiBundles containing a id, status and name This list is sorted by id.
getConfigPath() - Method in class apache.celix.model.Config
 
getFilename() - Method in class apache.celix.model.OsgiBundle
 
getId() - Method in class apache.celix.model.OsgiBundle
 
getInstance() - Static method in class apache.celix.Celix
Singleton pattern, make sure you pass context.
getLocation() - Method in class apache.celix.model.OsgiBundle
 
getProperty(String) - Method in class apache.celix.model.Config
Returns the property corresponding to the key
getStatus() - Method in class apache.celix.model.OsgiBundle
 
getStdio() - Method in class apache.celix.Celix
Returns latest C logs, clears after.
getSymbolicName() - Method in class apache.celix.model.OsgiBundle
 

I

installBundle(String) - Method in class apache.celix.Celix
Installs the bundle from specified location
installStartBundle(String) - Method in class apache.celix.Celix
Installs and starts a bundle from specified location
isCelixRunning() - Method in class apache.celix.Celix
Method for checking if celix is running

O

OsgiBundle - Class in apache.celix.model
Created by mjansen on 27-10-15.
OsgiBundle(String, String, long, String) - Constructor for class apache.celix.model.OsgiBundle
 

P

propertiesToString() - Method in class apache.celix.model.Config
Translates the properties object to a String in format : key=value
putProperty(String, String) - Method in class apache.celix.model.Config
Put a property, overwrites the current property if it exists Creates a new one if it doesn't exist yet.

R

removeProperty(String) - Method in class apache.celix.model.Config
 

S

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.

T

toString() - Method in class apache.celix.model.OsgiBundle
 

U

Update - Enum in apache.celix.model
Created by mjansen on 2-11-15.

V

valueOf(String) - Static method in enum apache.celix.model.Update
Returns the enum constant of this type with the specified name.
values() - Static method in enum apache.celix.model.Update
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I O P R S T U V 
Skip navigation links