You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ma...@apache.org on 2015/03/04 11:55:53 UTC

svn commit: r1663931 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/leveraging-the-shell.mdtext

Author: marrs
Date: Wed Mar  4 10:55:52 2015
New Revision: 1663931

URL: http://svn.apache.org/r1663931
Log:
Layout fixes

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/leveraging-the-shell.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/leveraging-the-shell.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/leveraging-the-shell.mdtext?rev=1663931&r1=1663930&r2=1663931&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/leveraging-the-shell.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/leveraging-the-shell.mdtext Wed Mar  4 10:55:52 2015
@@ -6,25 +6,22 @@ The shell bundle for the dependency mana
 
 Typing help ```help dm``` in the gogo shell gives an overview of the available command options.
 
-```
-dm - List dependency manager components
-   scope: dependencymanager
-   flags:
-      compact, cp   Displays components using a compact form
-      nodeps, nd   Hides component dependencies
-      notavail, na   Only displays unavailable components
-      stats, stat, st   Displays components statistics
-      wtf   Detects where are the root failures
-   options:
-      bundleIds, bid, bi, b   <List of bundle ids or bundle symbolic names to display (comma separated)> [optional]
-      componentIds, cid, ci   <List of component identifiers to display (comma separated)> [optional]
-      components, c   <Regex(s) used to filter on component implementation class names (comma separated), can be negated using "!" prefix> [optional]
-      services, s   <OSGi filter used to filter some service properties> [optional]
-      top   <Max number of top components to display (0=all)> This command displays components callbacks (init/start) times> [optional]
-   parameters:
-      CommandSession  
-```
-
+	dm - List dependency manager components
+	   scope: dependencymanager
+	   flags:
+	      compact, cp   Displays components using a compact form
+	      nodeps, nd   Hides component dependencies
+	      notavail, na   Only displays unavailable components
+	      stats, stat, st   Displays components statistics
+	      wtf   Detects where are the root failures
+	   options:
+	      bundleIds, bid, bi, b   <List of bundle ids or bundle symbolic names to display (comma separated)> [optional]
+	      componentIds, cid, ci   <List of component identifiers to display (comma separated)> [optional]
+	      components, c   <Regex(s) used to filter on component implementation class names (comma separated), can be negated using "!" prefix> [optional]
+	      services, s   <OSGi filter used to filter some service properties> [optional]
+	      top   <Max number of top components to display (0=all)> This command displays components callbacks (init/start) times> [optional]
+	   parameters:
+	      CommandSession  
 
 # Usage examples
 Below are some examples for typical usage of the dependency manager shell commands. The examples are based on a simple component model with a dashboard which has a required dependency on four probes (temperature, humidity, radiation, pressure). The radiation probe requires a Sensor service but this sensor is not available.