Added: servicemix/site/production/docs/7.x/commands/shell-history.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-history.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-history.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-history.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="shellhistory">shell:history</h1><h2 id="Description">Description</h2><p>Prints command history.</p><h2 id="Syntax">Syntax</h2><p>shell:history [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-if.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-if.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-if.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-if.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="shellif">shell:if</h1><h2 id="Description">Description</h2><p>If/Then/Else block.</p><h2 id="Syntax">Syntax</h2><p>shell:if [options] condition ifTrue [ifFalse] </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"> condition </td><td class="confluenceTd"> The condition </td></tr><tr><td class="confluenceTd"> ifTrue </td><td class="confluenceTd"> The function to execute if the condition is true </td></tr><tr><td class="confluenceTd"> ifFalse </td><td class="confluenceTd"> The function to execute if the condition is false </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-info.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-info.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-info.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-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="shellinfo">shell:info</h1><h2 id="Description">Description</h2><p>Prints system information.</p><h2 id="Syntax">Syntax</h2><p>shell:info [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-java.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-java.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-java.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-java.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="shelljava">shell:java</h1><h2 id="Description">Description</h2><p>Executes a Java standard application.</p><h2 id="Syntax">Syntax</h2><p>shell:java [options] className [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"> className </td><td class="confluenceTd"> The name of the class to invoke </td></tr><tr><td class="confluenceTd"> arguments </td><td class="confluenceTd"> Arguments to pass to the method of the given class </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"> -m, --method </td><td class="confluenceTd"> Invoke a named method (defaults to main) </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-logout.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-logout.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-logout.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-logout.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="shelllogout">shell:logout</h1><h2 id="Description">Description</h2><p>Disconnects shell from current session.</p><h2 id="Syntax">Syntax</h2><p>shell:logout [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-more.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-more.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-more.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-more.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="shellmore">shell:more</h1><h2 id="Description">Description</h2><p>File pager.</p><h2 id="Syntax">Syntax</h2><p>shell:more [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"> --lines </td><td class="confluenceTd"> stop after N lines </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-new.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-new.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-new.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-new.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="shellnew">shell:new</h1><h2 id="Description">Description</h2><p>Creates a new java object.</p><h2 id="Syntax">Syntax</h2><p>shell:new [options] class [args] </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"> class </td><td class="confluenceTd"> The object class </td></tr><tr><td class="confluenceTd"> args </td><td class="confluenceTd"> Constructor 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-printf.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-printf.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-printf.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-printf.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="shellprintf">shell:printf</h1><h2 id="Description">Description</h2><p>Formats and prints arguments.</p><h2 id="Syntax">Syntax</h2><p>shell:printf [options] format 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"> format </td><td class="confluenceTd"> The format pattern to use </td></tr><tr><td class="confluenceTd"> arguments </td><td class="confluenceTd"> The arguments for the given format pattern </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-sleep.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-sleep.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-sleep.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-sleep.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="shellsleep">shell:sleep</h1><h2 id="Description">Description</h2><p>Sleeps for a bit then wakes up.</p><h2 id="Syntax">Syntax</h2><p>shell:sleep [options] duration </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"> duration </td><td class="confluenceTd"> The amount of time to sleep. The default time unit is millisecond, use -s option to use second instead. </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, --second </td><td class="confluenceTd"> Use a duration time in seconds instead of milliseconds. </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-sort.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-sort.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-sort.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-sort.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="shellsort">shell:sort</h1><h2 id="Description">Description</h2><p>Writes sorted concatenation of all files to standard output.</p><h2 id="Syntax">Syntax</h2><p>shell:sort [options] [files] </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"> files </td><td class="confluenceTd"> A list of files 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, --numeric-sort </td><td class="confluenceTd"> compare according to string numerical value </td></tr><tr><td class="confluenceTd"> -t, --field-separator </td><td class="confluenceTd"> use SEP instead of non-blank to blank transition </td></tr><tr><td cl ass="confluenceTd"> -b, --ignore-leading-blanks </td><td class="confluenceTd"> ignore leading blanks </td></tr><tr><td class="confluenceTd"> -f, -ignore-case </td><td class="confluenceTd"> fold lower case to upper case characters </td></tr><tr><td class="confluenceTd"> -r, --reverse </td><td class="confluenceTd"> reverse the result of comparisons </td></tr><tr><td class="confluenceTd"> -k, --key </td><td class="confluenceTd"> Fields to use for sorting separated by whitespaces </td></tr><tr><td class="confluenceTd"> -u, --unique </td><td class="confluenceTd"> output only the first of an equal run </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-source.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-source.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-source.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-source.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="shellsource">shell:source</h1><h2 id="Description">Description</h2><p>Run a script</p><h2 id="Syntax">Syntax</h2><p>shell:source [options] script [args] </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"> script </td><td class="confluenceTd"> A URI pointing to the script </td></tr><tr><td class="confluenceTd"> args </td><td class="confluenceTd"> Arguments for the script </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-tac.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-tac.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-tac.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-tac.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="shelltac">shell:tac</h1><h2 id="Description">Description</h2><p>Captures the STDIN and returns it as a string. Optionally writes the content to a file.</p><h2 id="Syntax">Syntax</h2><p>shell:tac [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"> -f </td><td class="confluenceTd"> Outputs the content to the given file </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-tail.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-tail.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-tail.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-tail.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="shelltail">shell:tail</h1><h2 id="Description">Description</h2><p>Displays the last lines of a file.</p><h2 id="Syntax">Syntax</h2><p>shell:tail [options] [path or url] </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"> path or url </td><td class="confluenceTd"> A file path or url to display. </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"> -s </td><td class="confluenceTd"> Sleep interval (used for follow) </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this h elp message </td></tr><tr><td class="confluenceTd"> -f </td><td class="confluenceTd"> Follow file changes </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
