Added: servicemix/site/production/docs/7.x/commands/osgi-uninstall.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-uninstall.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-uninstall.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-uninstall.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="osgiuninstall">osgi:uninstall</h1><h2 id="Description">Description</h2><p>Uninstall bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:uninstall [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-update.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-update.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-update.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-update.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="osgiupdate">osgi:update</h1><h2 id="Description">Description</h2><p>Update bundle.</p><h2 id="Syntax">Syntax</h2><p>osgi:update [options] id [location] </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"> id </td><td class="confluenceTd"> The bundle ID </td></tr><tr><td class="confluenceTd"> location </td><td class="confluenceTd"> The bundles update location </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-version.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/osgi-version.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/osgi-version.html (added) +++ servicemix/site/production/docs/7.x/commands/osgi-version.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="osgiversion">osgi:version</h1><h2 id="Description">Description</h2><p>Display the instance version.</p><h2 id="Syntax">Syntax</h2><p>osgi:version [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"> --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/packages-exports.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/packages-exports.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/packages-exports.html (added) +++ servicemix/site/production/docs/7.x/commands/packages-exports.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="packagesexports">packages:exports</h1><h2 id="Description">Description</h2><p>Displays exported packages.</p><h2 id="Syntax">Syntax</h2><p>packages:exports [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 IDs of bundles to check </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"> -d, --details </td><td class="confluenceTd"> List bundles in a master detail table </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 </t d></tr><tr><td class="confluenceTd"> -i, --imports </td><td class="confluenceTd"> List bundles importing the specified packages </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/packages-imports.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/packages-imports.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/packages-imports.html (added) +++ servicemix/site/production/docs/7.x/commands/packages-imports.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="packagesimports">packages:imports</h1><h2 id="Description">Description</h2><p>Displays imported packages.</p><h2 id="Syntax">Syntax</h2><p>packages:imports [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 IDs of bundles to check </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"> -i, --show-importer </td><td class="confluenceTd"> show the bundle that is importing a package </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/shell-cat.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-cat.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-cat.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-cat.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="shellcat">shell:cat</h1><h2 id="Description">Description</h2><p>Displays the content of a file or URL.</p><h2 id="Syntax">Syntax</h2><p>shell:cat [options] paths or 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"> paths or urls </td><td class="confluenceTd"> A list of file paths or urls to display separated by whitespace (use - for STDIN) </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"> -n </td><td class="confluenceTd"> Number the output lines, starting at 1. </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/shell-clear.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-clear.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-clear.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-clear.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="shellclear">shell:clear</h1><h2 id="Description">Description</h2><p>Clears the console buffer.</p><h2 id="Syntax">Syntax</h2><p>shell:clear [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"> --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/shell-each.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-each.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-each.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-each.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="shelleach">shell:each</h1><h2 id="Description">Description</h2><p>Execute a closure on a list of arguments.</p><h2 id="Syntax">Syntax</h2><p>shell:each [options] values function </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"> values </td><td class="confluenceTd"> The collection of arguments to iterate on </td></tr><tr><td class="confluenceTd"> function </td><td class="confluenceTd"> The function to execute </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/shell-echo.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-echo.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-echo.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-echo.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="shellecho">shell:echo</h1><h2 id="Description">Description</h2><p>Echoes or prints arguments to STDOUT.</p><h2 id="Syntax">Syntax</h2><p>shell:echo [options] [arguments] </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"> arguments </td><td class="confluenceTd"> Arguments to display 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"> -n </td><td class="confluenceTd"> Do not print the trailing newline character </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/shell-exec.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-exec.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-exec.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-exec.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="shellexec">shell:exec</h1><h2 id="Description">Description</h2><p>Executes system processes.</p><h2 id="Syntax">Syntax</h2><p>shell:exec [options] command </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"> command </td><td class="confluenceTd"> Execution command with arguments </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/shell-grep.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-grep.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-grep.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-grep.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="shellgrep">shell:grep</h1><h2 id="Description">Description</h2><p>Prints lines matching the given pattern.</p><h2 id="Syntax">Syntax</h2><p>shell:grep [options] pattern </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"> pattern </td><td class="confluenceTd"> Regular expression </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"> -w, --word-regexp </td><td class="confluenceTd"> Selects only those lines containing matches that form whole words. The test is that the matching substring must either be at the beginning of the line, or preceded by a non-word constituent character. Similarly, it must be either at the end of the line or followed by a non-word constituent character. Word-constituent characters are letters, digits, and the underscore. </td></tr><tr><td class="confluenceTd"> -c, --count </td><td class="confluenceTd"> only print a count of matching lines per FILE </td></tr><tr><td class="confluenceTd"> -n, --line-number </td><td class="confluenceTd"> Prefixes each line of output with the line number within its input file. </td></tr><tr><td class="confluenceTd"> -v, --invert-match </td><td class="confluenceTd"> Inverts the sense of matching, to select non-matching lines. </td></tr><tr><td class="confluenceTd"> -i, --ignore-case </td><td class="confluenceTd"> Ignores case distinctions in both the PATTERN and the input files. </td></tr><tr><td class="confluenceTd"> -C, --context </td><td class="confluenceTd"> Print NUM lines of output context. Places a line containing – between contiguous groups of matches. </td></tr><tr><td class="confluenceTd"> -x, --line-regexp </td><td class="confl uenceTd"> Selects only those matches that exactly match the whole line. </td></tr><tr><td class="confluenceTd"> -A, --after-context </td><td class="confluenceTd"> Print NUM lines of trailing context after matching lines. Places a line containing – between contiguous groups of matches. (defaults to -1) </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --color, --colour </td><td class="confluenceTd"> use markers to distinguish the matching string. WHEN may be `always', `never' or `auto' (defaults to auto) </td></tr><tr><td class="confluenceTd"> -B, --before-context </td><td class="confluenceTd"> Print NUM lines of leading context before matching lines. Places a line containing – between contiguous groups of matches. (defaults to -1) </td></tr></table></div><h2 id="Details">Details</h2><p>Grep uses Java regular expressions for pattern matching. For more informations, see http:// download.oracle.com/javase/1.5.0/docs/api/java/util/regex/Pattern.html</p> + </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/shell-head.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-head.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-head.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-head.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="shellhead">shell:head</h1><h2 id="Description">Description</h2><p>Displays the first lines of a file.</p><h2 id="Syntax">Syntax</h2><p>shell:head [options] [paths or 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"> paths or urls </td><td class="confluenceTd"> A list of file paths or urls to display 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"> -n </td><td class="confluenceTd"> The number of lines to display, starting at 1. </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
