User Tools

Site Tools


osgi:felix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
osgi:felix [2019/01/24 21:47] odeftaosgi:felix [2023/07/04 19:36] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
 Apache Felix Gogo is a subproject of Apache Felix implementing a command line shell for OSGi. It is used in many OSGi runtimes and servers (Felix distro, Eclipse IDE, Apache Karaf, ...). Apache Felix Gogo is a subproject of Apache Felix implementing a command line shell for OSGi. It is used in many OSGi runtimes and servers (Felix distro, Eclipse IDE, Apache Karaf, ...).
 +
 +All commands here: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
  
 ==== Commands ==== ==== Commands ====
Line 44: Line 46:
  
 <code> <code>
-g! install file:../OSGiHelloWorldProvider-1.0.jar         +install file:///E:/MJ/OSGIHelloWorldProvider/target/osgi.hello-world-provider-1.2-SNAPSHOT.jar         
 </code> </code>
  
Line 203: Line 205:
 </code> </code>
  
 +=== Lists all services provided by a bundle ===
  
 +<code>
 +inspect cap service 5
 +</code>
  
 +<code>
 +MJ-OSGIHelloWorldProvider [5] provides:
 +---------------------------------------
 +service; ro.medjava.osgi.provider.able.HelloWorldService with properties:
 +   service.bundleid = 5
 +   service.id = 15
 +   service.scope = singleton
 +</code>
  
 +=== Exit shell ===
 +
 +<code>
 +CTRL + D
 +</code>
  
  
  
osgi/felix.1548359264.txt.gz · Last modified: 2023/07/04 19:36 (external edit)