Added: servicemix/site/production/docs/7.x/commands/osgi-headers.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-headers.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-headers.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-headers.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgiheaders">osgi:headers</h1><h2 id="Description">Description</h2><p>Displays OSGi headers of a given bundle.</p><h2 id="Syntax">Syntax</h2><p>osgi:headers [options] [ids] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --indent </td><td class="confluenceTd"> Indentation method (defaults to -1) </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file
Added: servicemix/site/production/docs/7.x/commands/osgi-info.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-info.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-info.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-info.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgiinfo">osgi:info</h1><h2 id="Description">Description</h2><p>Displays detailed information of a given bundle.</p><h2 id="Syntax">Syntax</h2><p>osgi:info [options] [ids] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-install.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-install.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-install.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-install.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgiinstall">osgi:install</h1><h2 id="Description">Description</h2><p>Installs one or more bundles.</p><h2 id="Syntax">Syntax</h2><p>osgi:install [options] urls </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> urls </td><td class="confluenceTd"> Bundle URLs separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -s, --start </td><td class="confluenceTd"> Starts the bundles after installation </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-list.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-list.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-list.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-list.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgilist">osgi:list</h1><h2 id="Description">Description</h2><p>Lists all installed bundles.</p><h2 id="Syntax">Syntax</h2><p>osgi:list [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -u </td><td class="confluenceTd"> Shows the update locations </td></tr><tr><td class="confluenceTd"> -t </td><td class="confluenceTd"> Specifies the bundle threshold; bundles with a start-level less than this value will not get printed out. (defaults to -1) </td></tr><tr><td class="confluenceTd"> -l </td><td class="confluenceTd"> Show the locations </td></tr><tr><td class="confluenceTd"> -s </td><td class="confluenceTd"> Shows the symbolic name </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-ls.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-ls.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-ls.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-ls.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgils">osgi:ls</h1><h2 id="Description">Description</h2><p>Lists OSGi services.</p><h2 id="Syntax">Syntax</h2><p>osgi:ls [options] [ids] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -a </td><td class="confluenceTd"> Shows all services </td></tr><tr><td class="confluenceTd"> -u </td><td class="confluenceTd"> Shows services which are in use </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-name.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-name.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-name.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-name.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osginame">osgi:name</h1><h2 id="Description">Description</h2><p>Show or change Karaf instance name.</p><h2 id="Syntax">Syntax</h2><p>osgi:name [options] [name] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> name </td><td class="confluenceTd"> New name of the Karaf instance. </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-refresh.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-refresh.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-refresh.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-refresh.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgirefresh">osgi:refresh</h1><h2 id="Description">Description</h2><p>Refresh a bundle.</p><h2 id="Syntax">Syntax</h2><p>osgi:refresh [options] [ids] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-resolve.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-resolve.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-resolve.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-resolve.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgiresolve">osgi:resolve</h1><h2 id="Description">Description</h2><p>Resolve bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:resolve [options] [ids] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-restart.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-restart.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-restart.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-restart.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgirestart">osgi:restart</h1><h2 id="Description">Description</h2><p>Stops and restarts bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:restart [options] ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-shutdown.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-shutdown.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-shutdown.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-shutdown.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgishutdown">osgi:shutdown</h1><h2 id="Description">Description</h2><p>Shutdown the framework down.</p><h2 id="Syntax">Syntax</h2><p>osgi:shutdown [options] [time] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> time </td><td class="confluenceTd"> Shutdown after a specified delay. The time argument can have different formats. First, it can be an abolute time in the format hh:mm, in which hh is the hour (1 or 2 digits) and mm is the minute of the hour (in two digits). Second, it can be in the format +m, in which m is the number of minutes to wait. The word now is an alias for +0. </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class= "confluenceTd"> -f, --force </td><td class="confluenceTd"> Force the shutdown without confirmation message. </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-start-level.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-start-level.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-start-level.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-start-level.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgistartlevel">osgi:start-level</h1><h2 id="Description">Description</h2><p>Gets or sets the system start level.</p><h2 id="Syntax">Syntax</h2><p>osgi:start-level [options] [level] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> level </td><td class="confluenceTd"> The new system start level to set </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-start.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-start.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-start.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-start.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgistart">osgi:start</h1><h2 id="Description">Description</h2><p>Starts bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:start [options] ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/osgi-stop.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-stop.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-stop.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-stop.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="osgistop">osgi:stop</h1><h2 id="Description">Description</h2><p>Stop bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:stop [options] ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file
