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
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.