The bundle org.eclipse.soda.sat.equinox.console.cmdprov
extends the Equinox console by registering four
org.eclipse.osgi.framework.console.CommandProvider services.
ConfigurationAdmin service for configuration PIDs, factory
PIDs and configuration properties.
This command provider
requires a ConfigurationAdmin service to be registered.
LogUtility singleton. You can set the log level, and query
and control whether tracing is on or off.
ConfigurationAdmin.
To use the Equinox console, launch the OSGi framework with the
-console program argument, which is present by default for
an OSGi Framework launch configuration. Typing help at the
Equinox console will display the following additional command usage
information:
---Bundle Dependencies--- adep <id> - show all dependents of the specified bundle apre <id> - show all prerequisites of the specified bundle dep <id> - show dependents the specified bundle pre <id> - show prerequisites of the specified bundle ---Configuration Admin--- cprops [pid] - display the configuration properties fpids [filter] - display the factory pids pids [filter] - display the pids ---Log Utility--- logLevel [(debug|info|warning|error)] - query and control log level trace [(on|off)] - query and control tracing ---Missing Imported Services of Bundles and Configurations--- ams [id] - show all missing imported services mos [id] - show missing optional imported services mrs [id] - show missing required imported services
Copyright © 2007, 2008 IBM Corporation and others. All Rights Reserved.