|
Page Created :
FELIX :
Apache Felix File Install
Apache Felix File Install has been created by Richard S. Hall (Mar 14, 2008). Content:Apache Felix File InstallFile Install is a directory based OSGi management agent. It uses a directory in the file system to install and start a bundle when it is first placed there. It updates the bundle when you update the bundle file in the directory and, when the file is deleted, it will stop and uninstall the bundle. File Install can do the same for configuration configuration files. This surprisingly simple bundle is very powerful because there are so many programs that work with the file system. For example:
SetupThe bundle runs on any framework. For its configuration, it will use the following system properties:
Once started, the values of these properties are printed to the console. ConfigurationsConfiguration files are plain property files (java.util.Property). The format is simple: file ::= ( header | comment ) * header ::= <header> ( ':' | '=' ) <value> ( '\<nl> <value> ) * comment ::= '#' <any>
|
Unsubscribe or edit your notifications preferences
