Description
provides additional commands for OBR.
For more details on how to use this bundle, refer to the /doc/readme.html file embedded in the bundle jarfile.
Contributors
License
BSD
Services
Properties
Requirements
Download
Build
Settings
none
Run the demo
To run the demo of this bundle, enter the following commands in the OSCAR shell
obr -u http://oscar-osgi.sf.net/br/bundlerepository.txt http://www-adele.imag.fr/~donsez/dev/osgi/obr.txt obr start "Bundle Repository Additional Commands" start http://www-adele.imag.fr/~donsez/dev/osgi/obrextra/obrextra.jar
obrx command (OBR Extra)
This bundle adds extra commands for the OBR service.
obrx binstall <url>
This command installs the bundle located at the url passed as argument and its dependencies available in the bundle repository
This command starts the bundle located at the url passed as argument and its dependencies available in the bundle repository
This command lists bundles available in the bundle repository, whose attributes match the LDAP filter passed as argument. Filter expressions follow the LDAP syntax: obrx flist (&(bundle-name=Log Service)(bundle-version=1.0.0)) obrx flist (&(bundle-category=Shell)(bundle-version>=1.0.0)) obrx flist (&(bundle-name=*Manager*)(bundle-url=http://oscar-osgi.sf.net*))
This command displays the meta-data for the bundles whose attributes match the LDAP filter passed as argument. Filter expressions follow the LDAP syntax: obrx finfo (&(bundle-name=Log Service)(bundle-version=1.0.0)) obrx finfo (&(bundle-category=Shell)(bundle-version>=1.0.0)) obrx finfo (&(bundle-name=*Manager*)(bundle-url=http://oscar-osgi.sf.net*))