What do these OSGi commands really do?

后端 未结 2 1767
一生所求
一生所求 2021-02-06 03:15

Using Felix / Equinox, what do the following do under the hood?

osgi:install
osgi:refresh
osgi:resolve
osgi:restart
osgi:update

Is there a stat

2条回答
  •  醉话见心
    2021-02-06 04:01

    For the details of what the Felix shell commands do, you might just look at their source code, at http://svn.apache.org/repos/asf/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ - most of them are short and simple.

提交回复
热议问题