Osgj: equinox for eclipse (Luna) command
Launch-Start the osgi framework
Shutdown-Shutdown the osgi framework
Close-Shutdown and exit
Exit-Exit immediately (system. Exit)
Init-Uninstall all bundles
Setprop <key >=< value>-Set the osgi Property
--- Controlling bundles ---
Install-Install and optionally start bundle from the given URL
Uninstall-Uninstall the specified bundle (s)
Start-Start the specified bundle (s)
Stop-Stop the specified bundle (s)
Refresh-Refresh the packages of the specified Bundles
Update-Update the specified bundle (s)
--- Displaying status ---
Status [-s [<comma separated list of bundle states>] [<segment of BSN>]-Display installed bundles and registered services
Ss [-s [<comma separated list of bundle states>] [<segment of BSN>]-Display installed bundles (short status)
Services [filter]-Display registered service details. examples for [filter]: (objectclass = com. XYZ. person); (& (objectclass = com. XYZ. person) (| (Sn = Jenkins) (CN = Babs J *); passing only COM. XYZ. person is a shortcut for (objectclass = com. XYZ. person ). the filter syntax specification is available athttp: // www.ietf.org/rfc/rfc1960.txt
Packages [<pkgname >|< ID >|< location>]-Display imported/exported package details
Bundles [-s [<comma separated list of bundle states>] [<segment of BSN>]-Display details for all installed Bundles
Bundle (<ID >|< location>)-Display details for the specified bundle (s)
Headers (<ID >|< location>)-Print bundle Headers
--- Extras ---
Exec <command>-Execute a command in a separate process and wait
Fork <command>-Execute a command in a separate process
GC-Perform a garbage collection
Getprop [name]-Displays the system properties with the given name, or all of them.
Props-Display System Properties
Threads-Display threads and thread groups
--- Controlling start level ---
SL [<ID >|< location>]-Display the start level for the specified bundle, or for the framework if no bundle specified
Setfwsl <start level>-Set the framework start level
Setbsl <start level> (<ID >|< location>)-Set the start level for the bundle (s)
Setibsl<Start level>-set the initial bundle start level
--- Controlling the profiling ---
Profilelog-Display & flush the profile log messages
--- Eclipse runtime commands ---
Diag-Displays unsatisfied constraints for the specified bundle (s ).
Enablebundle-Enable the specified bundle (s)
Disablebundle-Disable the specified bundle (s)
Disabledbundles-List disabled bundles in the system
--- Controlling the console ---
More-More prompt for console output
Disconnect-Disconnects from telnet session
Help <commmand>-Display help for the specified command